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 {
|
> 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 {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user