mirror of
https://github.com/discourse/discourse.git
synced 2025-06-24 21:31:32 +08:00
UX: fix padding on suggested/related toggle in PMs (#27939)
This commit is contained in:
@ -7,7 +7,7 @@
|
||||
.btn {
|
||||
font-size: var(--font-0);
|
||||
line-height: var(--line-height-large);
|
||||
padding: 1em 0.65em;
|
||||
padding: 0.75em 0.65em;
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -17,11 +17,3 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
#main-outlet .regular {
|
||||
.more-topics__container .nav {
|
||||
li .btn {
|
||||
padding: 0.75em 0.65em;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user