|
| 1 | +/* Show URL in main window headerbar */ |
| 2 | +body.DesktopUI div._1bGewp3tfzqAF6fVTFFUOz > div.UkR3sY319PuaUNuUWks2K > div._2m_orETo6AghzAnc0sISCt |
| 3 | +{ |
| 4 | + display: flex !important; |
| 5 | + cursor: default !important; |
| 6 | + -webkit-app-region: no-drag !important; |
| 7 | + position: absolute !important; |
| 8 | + left: 40px !important; |
| 9 | + padding: 4px 8px !important; |
| 10 | + background: transparent !important; |
| 11 | + max-width: 300px !important; |
| 12 | + transition: var(--adw-button-transition) !important; |
| 13 | + |
| 14 | + &:hover |
| 15 | + { |
| 16 | + background: rgba(var(--adw-headerbar-fg-rgb), var(--adw-hover-opacity)) !important; |
| 17 | + } |
| 18 | + |
| 19 | + &:active |
| 20 | + { |
| 21 | + background: rgba(var(--adw-headerbar-fg-rgb), var(--adw-active-opacity)) !important; |
| 22 | + } |
| 23 | + |
| 24 | + div._3izqEKa-zuPIrUDSm1bRvf |
| 25 | + { |
| 26 | + display: none !important; |
| 27 | + } |
| 28 | + |
| 29 | + div.MZPxEZcxAGtPDf1NYtouS |
| 30 | + { |
| 31 | + color: rgba(var(--adw-headerbar-fg-rgb), var(--adw-dim-label-opacity)) !important; |
| 32 | + font-family: var(--adw-text-font) !important; |
| 33 | + font-size: var(--adw-text-subtitle-size) !important; |
| 34 | + font-weight: var(--adw-text-subtitle-weight) !important; |
| 35 | + } |
| 36 | + |
| 37 | + @media(max-width: 1500px) |
| 38 | + { |
| 39 | + max-width: 250px !important; |
| 40 | + } |
| 41 | + |
| 42 | + @media(max-width: 1400px) |
| 43 | + { |
| 44 | + max-width: 200px !important; |
| 45 | + } |
| 46 | + |
| 47 | + @media(max-width: 1200px) |
| 48 | + { |
| 49 | + max-width: 150px !important; |
| 50 | + } |
| 51 | +} |
0 commit comments