Skip to content

Commit

Permalink
Popup UI added to urlbar rows
Browse files Browse the repository at this point in the history
  • Loading branch information
PROxZIMA committed Aug 29, 2021
1 parent 99f7248 commit 24e5f67
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions css/urlbar.css
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,20 @@
height: 101%;
}

.urlbarView-results {
padding: 4px !important;
}

.urlbarView-row {
padding-block: 2px !important;
}

.urlbarView-row-inner {
border-radius: 6px !important;
padding-inline: 4px !important;
transition: all 100ms ease !important;
}

.urlbarView-row:is([type=switchtab], [type=remotetab])>.urlbarView-row-inner>.urlbarView-no-wrap>.urlbarView-action {
padding: 3px 6px !important;
margin-block: -3px !important;
Expand Down

0 comments on commit 24e5f67

Please sign in to comment.