UI: Fix incorrect card padding for title in single switch widget
This commit is contained in:
parent
203a2c8409
commit
1b6c96acd3
@ -41,9 +41,9 @@ $switchColorDisabled: var(--tb-single-switch-color-disabled, #D5D7E5);
|
||||
}
|
||||
> div.tb-single-switch-title-panel {
|
||||
position: absolute;
|
||||
top: 12px;
|
||||
left: 12px;
|
||||
right: 12px;
|
||||
top: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
z-index: 2;
|
||||
}
|
||||
.tb-single-switch-content {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user