Skip to content

Commit

Permalink
update The font size in popup menu is a little small. How can I modif…
Browse files Browse the repository at this point in the history
…y it? #239
  • Loading branch information
vinceliuice committed Jul 13, 2023
1 parent eedc867 commit 9535000
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/sass/gnome-shell/common/_popovers.scss
Original file line number Diff line number Diff line change
Expand Up @@ -173,20 +173,20 @@

// separator
.popup-separator-menu-item {
padding: 0;
padding: 0 !important;
background: none;
border: none;
height: 1px;
height: 0 !important;

.popup-separator-menu-item-separator {
height: 1px; //not really the whole box
margin: 0 40px;
margin: 0 40px !important;
background-color: $borders_color;
padding: 0 0;
padding: 0 !important;

.popup-sub-menu & { //submenu separators
padding: 0 0;
margin: 0 58px 0 24px;
padding: 0 !important;
margin: 0 58px 0 24px !important;
}
}
}
Expand Down

0 comments on commit 9535000

Please sign in to comment.