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.
gitea/web_src/css/modules
silverwind 850fc2516e
Apply compact padding to small buttons with svg icons (#29471)
The buttons on the repo release tab were larger in height than on other
tabs because one of them contained the RSS icon which stretched the
button height by 3px. Workaround this problem by applying the "compact"
padding to any such button. They are within 0.4px in height now to
non-icon buttons.

Before:

<img width="406" alt="Screenshot 2024-02-28 at 15 30 23"
src="https://github.com/go-gitea/gitea/assets/115237/805bb93a-6fe4-40a0-82d1-03001bee8ecf">

After:

<img width="407" alt="Screenshot 2024-02-28 at 15 38 43"
src="https://github.com/go-gitea/gitea/assets/115237/27707588-890f-4852-ab08-105a57eda880">


For comparison, button on issue tab:

<img width="452" alt="Screenshot 2024-02-28 at 15 31 46"
src="https://github.com/go-gitea/gitea/assets/115237/74ac13d5-d016-49ba-9dd9-40ed32a748e9">
11 months ago
..
animations.css Make loading animation less aggressive (#28955) 1 year ago
breadcrumb.css Use unique class for breadcrumb divider (#26524) 1 year ago
button.css Apply compact padding to small buttons with svg icons (#29471) 11 months ago
card.css Update JS dependencies and misc tweaks (#25540) 2 years ago
comment.css Consolidate the two review boxes into one (#24738) 2 years ago
divider.css Reduce margin/padding on flex-list items and divider (#27872) 1 year ago
flexcontainer.css Fix flex container width (#28603) 1 year ago
modal.css Improve issue history dialog and make poster can delete their own history (#27323) 1 year ago
navbar.css Ui correction in mobile view nav bar left aligned items. (#27046) 1 year ago
normalize.css Use line-height: normal by default (#26635) 1 year ago
select.css add `stylelint-stylistic` (#25285) 2 years ago
svg.css Prevent SVG shrinking (#25652) 2 years ago
tippy.css Fix the overflow style for "Hide all checks" (#27932) 1 year ago
toast.css Remove some unused CSS styles (#26852) 1 year ago