Tiago2048

Untitled

Jan 20th, 2024
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.03 KB | None | 0 0
  1. /* settings to have for the style sheet to take effect : tabs on bottom;
  2. horizontal menu not supported; */
  3. #app:has(.address-top), #app:has(.address-top-off) {
  4. & #browser.tabs-bottom #main {
  5.     gap: 40px;
  6. }
  7. & #browser.tabs-bottom:has(#tabs-subcontainer) #main {
  8.     gap: 79px;
  9. }
  10. & #browser.tabs-bottom .tabbar-wrapper {
  11.     position: fixed;
  12.     width: 100%;
  13.     height: 40px;
  14.     top: 46px;
  15.     left: 0;
  16. }
  17. & #tabs-tabbar-container.bottom {
  18.     flex-direction: column;
  19.     padding-top: 0;
  20.     box-shadow: none;
  21. }
  22. & .address-top #tabs-tabbar-container.bottom, .address-top-off #tabs-tabbar-container.bottom, .address-bottom-off #tabs-tabbar-container.bottom {
  23.     border-top-width: 0px;
  24. }
  25. & #browser.address-top-off.tabs-bottom .tabbar-wrapper {
  26.     top: 35px;
  27. }
  28. & #browser.address-top-off.tabs-bottom.fullscreen .tabbar-wrapper {
  29.     top: 0px;
  30. }
  31. & #vivaldi-tooltip .tooltip:not(:has(.thumbnail-image)) {
  32.     top: 120px !important;
  33. }
  34.  
  35. & #vivaldi-tooltip .tooltip:has(.thumbnail-image) {
  36.     top: 40px !important;
  37. }
  38. }
Advertisement
Add Comment
Please, Sign In to add comment