forgejo/web_src/css
silverwind 1195d66c15
Prevent SVG shrinking ()
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 Change --font-weight-bold to --font-weight-semibold and 600 value, introduce new font weight variables () 2023-05-21 23:37:32 +00:00
codemirror Remove EasyMDE focus outline on text () 2023-06-18 04:10:07 +00:00
editor Rework button coloring, add focus and active colors () 2023-05-29 12:45:22 +00:00
features Add custom ansi colors and CSS variables for them () 2023-06-28 15:38:55 +02:00
markup Improve wiki sidebar and TOC () 2023-06-23 15:51:43 -04:00
modules Prevent SVG shrinking () 2023-07-04 02:15:06 +00:00
repo Improve wiki sidebar and TOC () 2023-06-23 15:51:43 -04:00
shared Various UI fixes () 2023-06-21 21:59:49 -04:00
standalone Add toasts to UI () 2023-06-27 02:45:24 +00:00
themes Add custom ansi colors and CSS variables for them () 2023-06-28 15:38:55 +02:00
actions.css Reorganize CSS files () 2023-05-16 00:13:30 -04:00
admin.css Replace fomantic divider module with our own () 2023-06-29 20:24:22 +08:00
base.css Prevent SVG shrinking () 2023-07-04 02:15:06 +00:00
dashboard.css Fix mobile navbar and misc cleanups () 2023-06-09 09:10:51 +00:00
explore.css fix tags line no margin see () 2023-06-24 20:30:46 +08:00
font_i18n.css Fix @font-face overrides () 2023-05-24 01:48:51 +00:00
form.css Fix mobile navbar and misc cleanups () 2023-06-09 09:10:51 +00:00
helpers.css Replace fomantic divider module with our own () 2023-06-29 20:24:22 +08:00
home.css Align language menu icon and fit the footer area () 2023-06-28 14:57:50 +00:00
index.css Prevent SVG shrinking () 2023-07-04 02:15:06 +00:00
install.css Change --font-weight-bold to --font-weight-semibold and 600 value, introduce new font weight variables () 2023-05-21 23:37:32 +00:00
org.css Improve AJAX link and modal confirm dialog () 2023-06-13 12:10:10 +00:00
repo.css Fix UI misalignment on user setting page () 2023-07-03 20:38:06 +00:00
review.css Diff page enhancements () 2023-06-22 11:05:22 +00:00
user.css Fix mobile navbar and misc cleanups () 2023-06-09 09:10:51 +00:00