Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

8
  • For me, this caused the far-right window buttons to squish together. To fix this, I had to replace lines 13 and 14 (margin-top, margin-bottom) with simply margin: 0px; (which implies all four margin-* directions). Commented Apr 4, 2019 at 1:20
  • 2
    I also had to add padding-right: 6px; as line 31 in order to put some padding between the side of the window headerbar and the "close window" X button. Commented Apr 4, 2019 at 1:22
  • 1
    and similar after @brandones line I add padding-left: 6px, to not have the icon from some applications being squished to the edge. Commented Oct 25, 2019 at 21:39
  • 3
    Here's Robert Lu's CSS with the modifications suggested by brandones & Christian: github.com/JackKelly/linux_home/blob/master/.config/gtk-3.0/… Commented Oct 16, 2020 at 9:42
  • 1
    You have to log out and log back in Commented Oct 28, 2022 at 1:13