Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /* settings to have for the style sheet to take effect : tabs on bottom;
- horizontal menu not supported; */
- #app:has(.address-top), #app:has(.address-top-off) {
- & #browser.tabs-bottom #main {
- gap: 40px;
- }
- & #browser.tabs-bottom:has(#tabs-subcontainer) #main {
- gap: 79px;
- }
- & #browser.tabs-bottom .tabbar-wrapper {
- position: fixed;
- width: 100%;
- height: 40px;
- top: 46px;
- left: 0;
- }
- & #tabs-tabbar-container.bottom {
- flex-direction: column;
- padding-top: 0;
- box-shadow: none;
- }
- & .address-top #tabs-tabbar-container.bottom, .address-top-off #tabs-tabbar-container.bottom, .address-bottom-off #tabs-tabbar-container.bottom {
- border-top-width: 0px;
- }
- & #browser.address-top-off.tabs-bottom .tabbar-wrapper {
- top: 35px;
- }
- & #browser.address-top-off.tabs-bottom.fullscreen .tabbar-wrapper {
- top: 0px;
- }
- & #vivaldi-tooltip .tooltip:not(:has(.thumbnail-image)) {
- top: 120px !important;
- }
- & #vivaldi-tooltip .tooltip:has(.thumbnail-image) {
- top: 40px !important;
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment