add bottom and right margins to account for focus outline (#4115)

This commit is contained in:
llama 2025-06-25 19:15:45 +08:00 committed by GitHub
parent a73f1507ba
commit 06195d1268
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -510,7 +510,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
border: 1px solid var(--border);
border-radius: var(--border-radius);
padding: 6px;
margin: 1px;
margin: 1px 3px 3px 1px;
&:focus-within {
outline-offset: -1px;