add bottom and right margins to account for focus outline

This commit is contained in:
llama 2025-06-22 10:12:10 +08:00
parent 782645d92e
commit 46cc4ac2a7
No known key found for this signature in database
GPG key ID: 0B7543854B9413C3

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;