mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-12-29 07:03:16 +01:00
Fix margin on top action button, fix width of counters on frontpage (#6573)
This commit is contained in:
@@ -278,6 +278,11 @@ code {
|
||||
.actions {
|
||||
margin-top: 30px;
|
||||
display: flex;
|
||||
|
||||
&.actions--top {
|
||||
margin-top: 0;
|
||||
margin-bottom: 30px;
|
||||
}
|
||||
}
|
||||
|
||||
button,
|
||||
|
||||
Reference in New Issue
Block a user