diff options
author | silverwind <me@silverwind.io> | 2022-08-12 19:51:33 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-12 13:51:33 -0400 |
commit | d30e02255f531200e57735b8b69fa389cbfad97a (patch) | |
tree | aa471e1bf17bc34aed7a65f0d7907c2e721c9740 /public | |
parent | d26b652260fa50c14e0f0202b3f91b4b8d899671 (diff) | |
download | gitea-d30e02255f531200e57735b8b69fa389cbfad97a.tar.gz gitea-d30e02255f531200e57735b8b69fa389cbfad97a.zip |
Slightly reduce exclamation icon size (#20753)
It seemed a tad to big compared to other icons. Shrink it slightly.
Co-authored-by: Lauris BH <lauris@nix.lv>
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
Co-authored-by: techknowlogick <techknowlogick@gitea.io>
Diffstat (limited to 'public')
-rw-r--r-- | public/img/svg/gitea-exclamation.svg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/img/svg/gitea-exclamation.svg b/public/img/svg/gitea-exclamation.svg index 22176010dc..d6c86136b3 100644 --- a/public/img/svg/gitea-exclamation.svg +++ b/public/img/svg/gitea-exclamation.svg @@ -1 +1 @@ -<svg viewBox="0 0 24 24" class="svg gitea-exclamation" width="16" height="16" aria-hidden="true"><path d="M12 15.99a2 2 0 0 0 2-2V2.03a2 2 0 0 0-4 0v11.96a2 2 0 0 0 2 2zm0 7.98a2.5 2.5 0 1 0-2.5-2.5 2.5 2.5 0 0 0 2.5 2.5z"/></svg>
\ No newline at end of file +<svg viewBox="-1 -1 26 26" class="svg gitea-exclamation" width="16" height="16" aria-hidden="true"><path d="M12 15.99a2 2 0 0 0 2-2V2.03a2 2 0 0 0-4 0v11.96a2 2 0 0 0 2 2zm0 7.98a2.5 2.5 0 1 0-2.5-2.5 2.5 2.5 0 0 0 2.5 2.5z"/></svg>
\ No newline at end of file |