🎨 ux(browser): delete some icons, change the sidebar color and allow more margin space on top of the searchbar
This commit is contained in:
parent
ab7881814c
commit
553e26db3a
1 changed files with 10 additions and 2 deletions
|
@ -68,6 +68,14 @@
|
||||||
transition: opacity 0.3s ease !important;
|
transition: opacity 0.3s ease !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#forward-button {
|
||||||
|
display: none !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
#back-button {
|
||||||
|
display: none !important;
|
||||||
|
}
|
||||||
|
|
||||||
/*------------------------------------------------*/
|
/*------------------------------------------------*/
|
||||||
/* Remove line between website content and top bar */
|
/* Remove line between website content and top bar */
|
||||||
|
|
||||||
|
@ -142,7 +150,7 @@ toolbar:not([customizing]) > #nav-bar-customization-target {
|
||||||
|
|
||||||
#nav-bar {
|
#nav-bar {
|
||||||
margin-top: calc(
|
margin-top: calc(
|
||||||
var(--TabsHeight) * -1px - var(--TabsBorder) * 1px
|
var(--TabsHeight) * -0.7px - var(--TabsBorder) * 1px
|
||||||
) !important;
|
) !important;
|
||||||
height: calc((var(--TabsHeight) * 1px + var(--TabsBorder) * 1px) + 0px);
|
height: calc((var(--TabsHeight) * 1px + var(--TabsBorder) * 1px) + 0px);
|
||||||
}
|
}
|
||||||
|
@ -822,7 +830,7 @@ tab,
|
||||||
|
|
||||||
@media (prefers-color-scheme: dark) {
|
@media (prefers-color-scheme: dark) {
|
||||||
#sidebar-select-box {
|
#sidebar-select-box {
|
||||||
background-color: #1e2030 !important;
|
background-color: #181926 !important;
|
||||||
border-radius: 15px !important;
|
border-radius: 15px !important;
|
||||||
margin: 10px 10px 10px 0px !important;
|
margin: 10px 10px 10px 0px !important;
|
||||||
border: 3px solid rgba(0, 0, 0, 0);
|
border: 3px solid rgba(0, 0, 0, 0);
|
||||||
|
|
Loading…
Add table
Reference in a new issue