🎨 ux(browser): delete some icons, change the sidebar color and allow more margin space on top of the searchbar

This commit is contained in:
Sergio Laín 2024-08-17 17:50:49 +02:00
parent ab7881814c
commit 553e26db3a
No known key found for this signature in database
GPG key ID: 8429B2EE312F8150

View file

@ -68,6 +68,14 @@
transition: opacity 0.3s ease !important;
}
#forward-button {
display: none !important;
}
#back-button {
display: none !important;
}
/*------------------------------------------------*/
/* Remove line between website content and top bar */
@ -142,7 +150,7 @@ toolbar:not([customizing]) > #nav-bar-customization-target {
#nav-bar {
margin-top: calc(
var(--TabsHeight) * -1px - var(--TabsBorder) * 1px
var(--TabsHeight) * -0.7px - var(--TabsBorder) * 1px
) !important;
height: calc((var(--TabsHeight) * 1px + var(--TabsBorder) * 1px) + 0px);
}
@ -822,7 +830,7 @@ tab,
@media (prefers-color-scheme: dark) {
#sidebar-select-box {
background-color: #1e2030 !important;
background-color: #181926 !important;
border-radius: 15px !important;
margin: 10px 10px 10px 0px !important;
border: 3px solid rgba(0, 0, 0, 0);