checkbox position

This commit is contained in:
Bruno Charest 2026-01-13 16:32:55 -05:00
parent b00950d5e8
commit b48d98465e

View File

@ -875,7 +875,7 @@ input:checked+.theme-slider:before {
background: var(--bg-card); background: var(--bg-card);
border: 1px solid var(--border); border: 1px solid var(--border);
border-radius: 0.75rem; border-radius: 0.75rem;
padding: 1.25rem; padding: 3.5rem 1.25rem 1.25rem;
transition: all 0.2s ease; transition: all 0.2s ease;
position: relative; position: relative;
} }
@ -908,7 +908,9 @@ input:checked+.theme-slider:before {
.link-select-checkbox { .link-select-checkbox {
position: absolute; position: absolute;
top: 0.75rem; top: 0.75rem;
left: 0.75rem; left: auto;
right: 10.5rem;
transform: none;
width: 32px; width: 32px;
height: 32px; height: 32px;
display: flex; display: flex;
@ -969,6 +971,7 @@ input:checked+.theme-slider:before {
/* Hover actions overlay */ /* Hover actions overlay */
.link-hover-actions { .link-hover-actions {
position: absolute;
top: 0.75rem; top: 0.75rem;
right: 3.5rem; right: 3.5rem;
display: flex; display: flex;