UI: Fix incorrect card padding for title in single switch widget

This commit is contained in:
Vladyslav_Prykhodko 2025-07-25 10:34:42 +03:00
parent 203a2c8409
commit 1b6c96acd3

View File

@ -41,9 +41,9 @@ $switchColorDisabled: var(--tb-single-switch-color-disabled, #D5D7E5);
} }
> div.tb-single-switch-title-panel { > div.tb-single-switch-title-panel {
position: absolute; position: absolute;
top: 12px; top: 0;
left: 12px; left: 0;
right: 12px; right: 0;
z-index: 2; z-index: 2;
} }
.tb-single-switch-content { .tb-single-switch-content {