Skip to content

Commit

Permalink
feat: add styles for global nav buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
sanoojes committed Jun 22, 2024
1 parent f0a206d commit 7e5bf5b
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions app.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 7e5bf5b

Please sign in to comment.