blob: e458e26e83984fd1488b2f6b6234889e48e7915c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
/* Ideally, use this in conjunction with the "dwm TabsInTitlebar" firefox extenstion
* https://addons.mozilla.org/en-US/firefox/addon/tabs-in-title/
* https://github.com/edvardxyz/Tabs-in-title
*/
#TabsToolbar {
visibility: collapse;
} /* leaves space for the window buttons */
#nav-bar {
margin-top: -8px;
margin-right: 74px;
margin-bottom: -4px;
}
|