increase font size for menu and menuItems

This commit is contained in:
Araxeus
2021-03-30 02:18:02 +03:00
parent ae7def2313
commit ba42a8b269

View File

@ -1,3 +1,8 @@
/* increase font size for menu and menuItems */
.titlebar, .menubar-menu-container .action-label{
font-size: 14px !important;
}
/* allow submenu's to show correctly */
.menubar-menu-container{
overflow-y: visible !important;