mirror of
https://git.bsd.gay/fef/nyastodon.git
synced 2025-01-09 17:06:56 +01:00
fix reaction margins and paddings
This commit is contained in:
parent
8cbaf188fc
commit
6c76351408
1 changed files with 12 additions and 0 deletions
|
@ -432,6 +432,10 @@
|
|||
.notification__message {
|
||||
margin: -10px 0px 10px 0;
|
||||
}
|
||||
|
||||
.reactions-bar--empty {
|
||||
margin-top: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.notification-favourite {
|
||||
|
@ -589,6 +593,10 @@
|
|||
&.icon-button--with-counter {
|
||||
margin-right: 14px;
|
||||
}
|
||||
|
||||
.fa-plus {
|
||||
padding-top: 1px;
|
||||
}
|
||||
}
|
||||
|
||||
.status__action-bar-dropdown {
|
||||
|
@ -651,6 +659,10 @@
|
|||
display: flex;
|
||||
flex-direction: row;
|
||||
padding: 10px 0;
|
||||
|
||||
.fa-plus {
|
||||
padding-top: 2px;
|
||||
}
|
||||
}
|
||||
|
||||
.detailed-status__link {
|
||||
|
|
Loading…
Reference in a new issue