Skip to content

Commit f14b4d4

Browse files
megaxkhurshid-alam
authored andcommitted
Fix title-bar padding in gnome-builder. Fixes #605
1 parent 690532b commit f14b4d4

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

src/gtk-3.20/scss/apps/_gnome-applications.scss

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,21 @@
1111
&.progress-fast { color: shade($selected_bg_color, .7); }
1212
}
1313
}
14+
15+
16+
/*****************
17+
! Gnome Builder *
18+
******************/
19+
20+
@include exports("gnome-builder") {
21+
workbench.csd > stack.titlebar:not(headerbar) {
22+
padding: 0;
23+
background: none;
24+
border: 0;
25+
box-shadow: none;
26+
27+
headerbar {
28+
&, &:first-child, &:last-child { border-radius: $roundness $roundness 0 0; }
29+
}
30+
}
31+
}

0 commit comments

Comments
 (0)