Skip to content

Commit aafc9fc

Browse files
authored
Badly written variable was fixed
1 parent 576f818 commit aafc9fc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

chrome/components/ogx_main-image.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@
173173
var(--lwt-additional-images), var(--lwt-header-image) !important;
174174
background-size: 100vw 100vh !important;
175175
background-attachment: fixed !important;
176-
width: var(--vertical-elements-width) !important;
176+
width: var(--my-vertical-elements-width) !important;
177177
height: calc(var(--toolbar-height-personal) + 1px) !important;
178178
}
179179
}

chrome/components/ogx_oneline.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -742,7 +742,7 @@ Three buttons
742742

743743
:root{
744744
--padding-left-tab: calc(var(--my-vertical-toolbar-width) - 1px) !important;
745-
--vertical-elements-width: var(--padding-left-tab) !important;
745+
--my-vertical-elements-width: var(--padding-left-tab) !important;
746746
}
747747

748748
/* Gradient line */

0 commit comments

Comments
 (0)