Fix pinned post button width (#39724)

This commit is contained in:
Echo 2026-07-06 12:06:27 +02:00 committed by Tarrien
parent 36f2b5e3da
commit 572d6b2bdc

View File

@ -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 {