0
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-01-31 20:15:38 +01:00
gitea/web_src/css
silverwind 1195d66c15
Prevent SVG shrinking (#25652)
This will prevent the most common cases of SVG shrinking because lack of
space. I evaluated multiple options and this seems to be the one with
the least impact in size and processing cost, so I went with it.

Unfortunately, CSS can not dynamically convert `16` obtained from
`attr()` to `16px`, or else a generic solution for all sizes would have
been possible. But a solution is [in
sight](https://developer.mozilla.org/en-US/docs/Web/CSS/attr#type-or-unit)
with `attr(width px)` but no browser supports it currently.
2023-07-04 02:15:06 +00:00
..
chroma
codemirror
editor
features Add custom ansi colors and CSS variables for them (#25546) 2023-06-28 15:38:55 +02:00
markup
modules Prevent SVG shrinking (#25652) 2023-07-04 02:15:06 +00:00
repo
shared
standalone Add toasts to UI (#25449) 2023-06-27 02:45:24 +00:00
themes Add custom ansi colors and CSS variables for them (#25546) 2023-06-28 15:38:55 +02:00
actions.css
admin.css Replace fomantic divider module with our own (#25539) 2023-06-29 20:24:22 +08:00
base.css Prevent SVG shrinking (#25652) 2023-07-04 02:15:06 +00:00
dashboard.css
explore.css fix tags line no margin see #25255 (#25280) 2023-06-24 20:30:46 +08:00
font_i18n.css
form.css
helpers.css Replace fomantic divider module with our own (#25539) 2023-06-29 20:24:22 +08:00
home.css Align language menu icon and fit the footer area (#25556) 2023-06-28 14:57:50 +00:00
index.css Prevent SVG shrinking (#25652) 2023-07-04 02:15:06 +00:00
install.css
org.css
repo.css Fix UI misalignment on user setting page (#25629) 2023-07-03 20:38:06 +00:00
review.css
user.css