Skip to content

Commit a77cd0c

Browse files
gtk: Some more tweaks
1 parent dafb51e commit a77cd0c

File tree

5 files changed

+71
-42
lines changed

5 files changed

+71
-42
lines changed

EvoPop-Azure/gtk-3.0/gtk-dark.css

Lines changed: 14 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

EvoPop-Azure/gtk-3.0/gtk.css

Lines changed: 14 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

EvoPop/gtk-3.0/gtk-dark.css

Lines changed: 14 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

EvoPop/gtk-3.0/gtk.css

Lines changed: 14 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sass/apps/_budgie.scss

Lines changed: 15 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ $pos_list: ((top, bottom),(bottom,top),(left,right),(right,left));
5050

5151
%reset_style {
5252
padding: 0;
53+
margin: 0;
5354
background: none;
5455
border: none;
5556
box-shadow: none;
@@ -68,6 +69,15 @@ $pos_list: ((top, bottom),(bottom,top),(left,right),(right,left));
6869
background-clip: border-box;
6970
box-shadow: 0 2px 3px 1px transparentize(black, 0.65);
7071
border: 1px solid #{"@borders"};
72+
list,
73+
row {
74+
&:hover { background: none; }
75+
}
76+
77+
> frame.container {
78+
margin: 0 -1px -1px; // remove gap
79+
padding: 2px 0 0;
80+
}
7181
}
7282

7383
.budgie-popover > .container {
@@ -163,18 +173,13 @@ button.budgie-menu-launcher {
163173
// User Menu
164174
.user-menu {
165175

166-
list,
167-
row {
168-
&:hover { background: none; }
169-
}
170-
171-
button {
172-
margin-top: 4px;
173-
margin-bottom: 4px;
176+
.content-box separator {
177+
margin-left: 6px;
178+
margin-right: 6px;
179+
background-color: transparentize($fg_color, 0.9);
174180
}
175181

176-
.content-box separator { background-color: transparentize($fg_color, 0.9); }
177-
.container { padding: 6px; }
182+
button { margin: 5px; }
178183

179184
// top-row (user-name and avatar)
180185
> box.vertical row.activatable:first-child,

0 commit comments

Comments
 (0)