Home: add floorp config

This commit is contained in:
blahai 2024-10-27 03:08:32 +03:00
parent 3c1c079d19
commit 0239cb535c
No known key found for this signature in database
117 changed files with 3768 additions and 0 deletions

View file

@ -0,0 +1,25 @@
@import "window-controls.css";
:root:not([inFullscreen]) toolbar#nav-bar {
z-index: 1 !important;
position: relative !important;
/* shift toolbar to the right based on initial width */
margin-left: calc(
var(--wc-right-space) * 2 + 60px
) !important;
}
#TabsToolbar .toolbar-items {
display: none !important;
}
.titlebar-buttonbox {
flex-direction: row-reverse;
}
#TabsToolbar.browser-toolbar {
display: inline-block !important;
position: absolute;
top: var(--wc-vertical-shift) !important;
left: var(--wc-left-space) !important;
}