checkbox position
This commit is contained in:
parent
b00950d5e8
commit
b48d98465e
@ -875,7 +875,7 @@ input:checked+.theme-slider:before {
|
||||
background: var(--bg-card);
|
||||
border: 1px solid var(--border);
|
||||
border-radius: 0.75rem;
|
||||
padding: 1.25rem;
|
||||
padding: 3.5rem 1.25rem 1.25rem;
|
||||
transition: all 0.2s ease;
|
||||
position: relative;
|
||||
}
|
||||
@ -908,7 +908,9 @@ input:checked+.theme-slider:before {
|
||||
.link-select-checkbox {
|
||||
position: absolute;
|
||||
top: 0.75rem;
|
||||
left: 0.75rem;
|
||||
left: auto;
|
||||
right: 10.5rem;
|
||||
transform: none;
|
||||
width: 32px;
|
||||
height: 32px;
|
||||
display: flex;
|
||||
@ -969,6 +971,7 @@ input:checked+.theme-slider:before {
|
||||
|
||||
/* Hover actions overlay */
|
||||
.link-hover-actions {
|
||||
position: absolute;
|
||||
top: 0.75rem;
|
||||
right: 3.5rem;
|
||||
display: flex;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user