remaining -moz-box-x cleanup

This commit is contained in:
MrOtherGuy
2023-09-26 19:38:21 +03:00
parent a504b365c8
commit fe6a29dbcd
14 changed files with 3 additions and 18 deletions

View File

@@ -41,7 +41,6 @@ See the above repository for updates as well as full license text. */
#toolbar-menubar:not([customizing]){
margin-top: 40px; /* This needs to be bigger if bookmarks toolbar is shown */
width: var(--uc-vertical-menubar-width);
-moz-box-orient: vertical;
flex-direction: column;
flex-grow: 1;
background-color: var(--lwt-accent-color);
@@ -56,7 +55,6 @@ See the above repository for updates as well as full license text. */
#toolbar-menubar > #menubar-items:hover{ visibility: visible }
#toolbar-menubar:not([customizing]) #main-menubar{
-moz-box-orient: vertical;
flex-direction: column;
margin-left: -40px;
background-color: var(--lwt-accent-color);