Fix pinned post button width (#39724)

This commit is contained in:
Echo
2026-07-06 12:06:27 +02:00
committed by GitHub
parent 85c01b8aa9
commit 71a4126f3a

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 {