mirror of
https://github.com/mastodon/mastodon.git
synced 2026-09-14 01:25:57 -05:00
Fix pinned post button width (#39724)
This commit is contained in:
@@ -99,7 +99,7 @@
|
||||
margin: 12px 16px;
|
||||
padding: 8px;
|
||||
transition: border-color 0.2s ease-in-out;
|
||||
width: calc(100% - 48px);
|
||||
width: calc(100% - 32px);
|
||||
|
||||
&:hover,
|
||||
&:focus {
|
||||
|
||||
Reference in New Issue
Block a user