-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Compact main menu #179
Comments
@Foldex any ideas? Maybe we can expand the original menu on It should be possible to do with CSS if there's a way to edit the menu to only have one submenu like the VGUI menu had. |
I had played with it before, but there's some gotchas involved due to how headerbar menus are implemented. The popover menus spawned by clicking a nav/root menu are actually their own, separate windows. .rootmenu_RootMenuBar_1Ky59.steamdesktop_RootMenuBar_3s0lk > .rootmenu_RootMenuButton_2UyOB:not(:first-child) {
display: none !important;
}
.rootmenu_RootMenuBar_1Ky59.steamdesktop_RootMenuBar_3s0lk:hover > .rootmenu_RootMenuButton_2UyOB:not(:first-child) {
display: block !important;
} Will work, but when you It obviously looks strange having the menu drop down from an element that is no longer visible. Neither |
Some ideas to test later:
|
@Foldex I've tried a few more things in #176, here's the current status and observations:
|
The menu seems to be built in |
Figure out if it's possible to make the main Steam menu more Adwaita-like. Ideally it should be a single icon button.
The text was updated successfully, but these errors were encountered: