diff --git a/app.css b/app.css index d913910..b82c143 100644 --- a/app.css +++ b/app.css @@ -587,6 +587,28 @@ PLAY BUTTONS background: none !important; } +.global_nav .main-actionButtons { + padding-inline: 8px 0; +} + +.Root__globalNav button { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + -webkit-box-pack: center; + -ms-flex-pack: center; + border-radius: 50%; + justify-content: center; + -ms-flex-negative: 0; + flex-shrink: 0; + aspect-ratio: 1/1; +} + +.Root__globalNav button, +.Root__globalNav .main-globalNav-link-icon, .main-topBar-historyButtons .main-topBar-button { background-color: var(--backdrop); border-radius: 6px;