mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
UX: fix profile button spacing (#14375)
This commit is contained in:
parent
4a4881613b
commit
78481832a4
@ -216,10 +216,6 @@
|
|||||||
list-style-type: none;
|
list-style-type: none;
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn {
|
|
||||||
margin-bottom: 10px;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
&.collapsed-info {
|
&.collapsed-info {
|
||||||
|
@ -213,6 +213,10 @@ table.user-invite-list {
|
|||||||
float: right;
|
float: right;
|
||||||
max-width: 13.5em;
|
max-width: 13.5em;
|
||||||
|
|
||||||
|
li {
|
||||||
|
margin-bottom: 0.5em;
|
||||||
|
}
|
||||||
|
|
||||||
li > .select-kit-header, // select-kit
|
li > .select-kit-header, // select-kit
|
||||||
.btn {
|
.btn {
|
||||||
min-width: 9.5em;
|
min-width: 9.5em;
|
||||||
|
Loading…
Reference in New Issue
Block a user