mirror of
https://github.com/mastodon/mastodon.git
synced 2024-08-20 21:08:15 -07:00
Change dropdown menu vertical margins to waste less space
This commit is contained in:
parent
71db616fed
commit
0ce69c1190
1 changed files with 3 additions and 3 deletions
|
@ -1990,7 +1990,7 @@ a.account__display-name {
|
|||
|
||||
.dropdown-menu__separator {
|
||||
border-bottom: 1px solid var(--dropdown-border-color);
|
||||
margin: 5px 0;
|
||||
margin: 4px 0;
|
||||
height: 0;
|
||||
}
|
||||
|
||||
|
@ -2021,7 +2021,7 @@ a.account__display-name {
|
|||
&__container {
|
||||
&__header {
|
||||
border-bottom: 1px solid var(--dropdown-border-color);
|
||||
padding: 10px 14px;
|
||||
padding: 6px 14px;
|
||||
padding-bottom: 14px;
|
||||
margin-bottom: 4px;
|
||||
font-size: 13px;
|
||||
|
@ -2078,7 +2078,7 @@ a.account__display-name {
|
|||
font: inherit;
|
||||
display: block;
|
||||
width: 100%;
|
||||
padding: 10px 14px;
|
||||
padding: 6px 14px;
|
||||
border: 0;
|
||||
margin: 0;
|
||||
background: transparent;
|
||||
|
|
Loading…
Reference in a new issue