14 lines
249 B
CSS
14 lines
249 B
CSS
/* navbar icons */
|
|
.titlebar-buttonbox-container,
|
|
#zen-appcontent-navbar-container,
|
|
#back-button,
|
|
#forward-button,
|
|
#reload-button,
|
|
#home-button {
|
|
display: none !important;
|
|
}
|
|
|
|
/* settings sidebar width */
|
|
.navigation {
|
|
width: 20rem !important;
|
|
}
|