You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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.
1 year ago
..
chroma Change `--font-weight-bold` to `--font-weight-semibold` and 600 value, introduce new font weight variables (#24827) 1 year ago
codemirror Remove EasyMDE focus outline on text (#25328) 1 year ago
editor Rework button coloring, add focus and active colors (#24507) 1 year ago
features Add custom ansi colors and CSS variables for them (#25546) 1 year ago
markup Improve wiki sidebar and TOC (#25460) 1 year ago
modules Prevent SVG shrinking (#25652) 1 year ago
repo Improve wiki sidebar and TOC (#25460) 1 year ago
shared Various UI fixes (#25264) 1 year ago
standalone Add toasts to UI (#25449) 1 year ago
themes Add custom ansi colors and CSS variables for them (#25546) 1 year ago
actions.css Reorganize CSS files (#24739) 1 year ago
admin.css Replace fomantic divider module with our own (#25539) 1 year ago
base.css Prevent SVG shrinking (#25652) 1 year ago
dashboard.css Fix mobile navbar and misc cleanups (#25134) 1 year ago
explore.css fix tags line no margin see #25255 (#25280) 1 year ago
font_i18n.css Fix `@font-face` overrides (#24855) 1 year ago
form.css Fix mobile navbar and misc cleanups (#25134) 1 year ago
helpers.css Replace fomantic divider module with our own (#25539) 1 year ago
home.css Align language menu icon and fit the footer area (#25556) 1 year ago
index.css Prevent SVG shrinking (#25652) 1 year ago
install.css Change `--font-weight-bold` to `--font-weight-semibold` and 600 value, introduce new font weight variables (#24827) 1 year ago
org.css Improve AJAX link and modal confirm dialog (#25210) 1 year ago
repo.css Fix UI misalignment on user setting page (#25629) 1 year ago
review.css Diff page enhancements (#25398) 1 year ago
user.css Fix mobile navbar and misc cleanups (#25134) 1 year ago