🎨 ux(browser): hide current workspace indicator from zen-browser
This commit is contained in:
parent
c834ff4d70
commit
5390514c13
1 changed files with 5 additions and 1 deletions
|
@ -54,8 +54,12 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Hide some buttons */
|
/* Hide some things */
|
||||||
#back-button,
|
#back-button,
|
||||||
#forward-button {
|
#forward-button {
|
||||||
display: none !important;
|
display: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#zen-current-workspace-indicator {
|
||||||
|
display: none !important;
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue