focus on your browsing
browser web-browser
at main 51 lines 750 B view raw
1frame { 2 border-radius: 7px; 3} 4 5.navigation-sidebar { 6 padding-top: 0; 7 margin-left: 0; 8 margin-right: 0; 9} 10 11.navigation-sidebar > row { 12 margin-bottom: 6px; 13 margin-left: 10px; 14 margin-right: 0; 15} 16 17toggle-group > separator { 18 /* conventional methods for this like `display: none` don't work in GTK, 19 therefore the opacity must be lowered */ 20 opacity: 0; 21} 22 23.command-palette { 24 font-size: 20px; 25 min-height: 40px; 26 background-color: transparent; 27 outline-color: transparent; 28 font-weight: 500; 29} 30 31.font-medium { 32 font-weight: 500; 33} 34 35.new-tab { 36 padding-left: 8px; 37} 38 39.tab-close { 40 min-height: 24px; 41 min-width: 24px; 42 padding: 0; 43} 44 45.top-bar.raised { 46 background: var(--window-bg-color); 47} 48 49.website-settings > contents { 50 border-radius: 20px; 51}