Agg. PicoBlog, CSS sitoctt, script build

This commit is contained in:
2023-02-23 00:14:59 +01:00
parent b8debbe2be
commit a2ea27d97a
10 changed files with 21 additions and 14 deletions

View File

@@ -291,7 +291,7 @@ IFrame {
Z-Index: -1;
}
#LeftBoxContainer, #RightBoxContainer { Position: Absolute; }
#LeftBoxContainer, #RightBoxContainer, #BottomBoxContainer, #DesktopModeCheck { Color: #808080; }
#LeftBoxContainer, #RightBoxContainer, #BottomBoxContainer, #DesktopModeLabel { Color: #808080; }
#BottomBox, #BottomBoxContainer {
Box-Sizing: Border-Box;
Position: Fixed;
@@ -352,7 +352,7 @@ IFrame {
Left: 0;
Margin: Var(--ScreenBorderPadding);
}
.ToggleBoxCheck {
.ToggleBoxCheck, #DesktopModeCheck {
Position: Fixed;
Opacity: 0;
}