checkbox compact view
This commit is contained in:
parent
3a15d7134e
commit
a9f3c009fc
@ -2103,7 +2103,7 @@ select:focus {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 1rem;
|
||||
padding: 0.875rem 1.25rem 0.875rem 3rem;
|
||||
padding: 0.875rem 1.25rem 0.875rem 4.25rem;
|
||||
background: var(--bg-card);
|
||||
border: none;
|
||||
border-bottom: 1px solid var(--border);
|
||||
@ -2241,18 +2241,22 @@ select:focus {
|
||||
|
||||
/* Compact view - Selection checkbox */
|
||||
.view-compact .link-select-checkbox {
|
||||
position: relative;
|
||||
top: auto;
|
||||
left: auto;
|
||||
transform: none;
|
||||
margin-right: 0.5rem;
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
left: 0.75rem;
|
||||
transform: translateY(-50%);
|
||||
right: auto;
|
||||
margin: 0;
|
||||
opacity: 0;
|
||||
background: transparent;
|
||||
box-shadow: none;
|
||||
border: none;
|
||||
width: 20px;
|
||||
height: auto;
|
||||
display: block;
|
||||
height: 20px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
z-index: 20;
|
||||
}
|
||||
|
||||
.view-compact .link-outer:hover .link-select-checkbox,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user