[VE] Fix not-compact statusbar

This commit is contained in:
Julia Radzhabova
2024-11-18 20:21:18 +03:00
parent 6031796160
commit 07ffe3c7d4

View File

@ -382,3 +382,7 @@
.rtl-sheet .nav {
padding-right: 0;
}
#statusbar {
background-color: @background-toolbar-ie;
background-color: @background-toolbar;
}