Active CSD by default

This commit is contained in:
Rafael Mardojai CM 2017-12-12 17:47:36 -05:00
parent 7566ef297a
commit 604c979c5b
1 changed files with 6 additions and 6 deletions

View File

@ -13,17 +13,17 @@
* WARNING: This setting is experimental and doesn't work exactly as it should. * WARNING: This setting is experimental and doesn't work exactly as it should.
* Don't forget to enable widget.allow-client-side-decoration in about:config * Don't forget to enable widget.allow-client-side-decoration in about:config
* if you're using it. */ * if you're using it. */
/* @import "ui/fedora-csd.css"; */ @import "ui/fedora-csd.css"; /**/
/* Client-side decorations window buttons options (Fedora only)*/ /* Client-side decorations window buttons options (Fedora only)*/
#nav-bar { #nav-bar {
/* Close window button only /* Close window button only */
margin-right: 44px; margin-right: 44px;
*/
/* Two window buttons /* Two window buttons
margin-right: 84px; margin-right: 84px;
*/ */
/* Three window buttons /* Three window buttons
margin-right: 124px; margin-right: 124px;
*/ */
} }