gitea/web_src/css/modules
silverwind 019857a701
Add `--page-spacing` variable, fix admin dashboard notice ()
Fixes https://github.com/go-gitea/gitea/issues/30293 and introduce the
`--page-spacing` variable which holds the spacing between the elements
on the page. This is working vertically for all pages, including ones
that have fomantic grid, and horizontally for all that use
`flex-container`.

The `.page-content > :first-child:not(.secondary-nav)` selector uses
margin which in some cases enables to adjacent margins to overlap, which
is nice.

<img width="1320" alt="Screenshot 2024-04-06 at 01 35 19"
src="https://github.com/go-gitea/gitea/assets/115237/3e81e707-e9ff-4b7f-a211-3d98f4f85353">
---
<img width="1327" alt="Screenshot 2024-04-06 at 01 35 45"
src="https://github.com/go-gitea/gitea/assets/115237/aad196c0-9e21-4c06-ae59-7e33a76c61e1">
---
<img width="1321" alt="Screenshot 2024-04-06 at 01 35 31"
src="https://github.com/go-gitea/gitea/assets/115237/785f6c5d-08b6-4e66-aa16-aeca7cfed3ad">
..
animations.css Remove fomantic input module ()
breadcrumb.css Use unique class for breadcrumb divider ()
button.css Fix button hover border ()
card.css Update JS dependencies and misc tweaks ()
checkbox.css Fix unclickable checkboxes ()
comment.css Consolidate the two review boxes into one ()
container.css Remove fomantic container module ()
divider.css Reduce margin/padding on flex-list items and divider ()
flexcontainer.css Add `--page-spacing` variable, fix admin dashboard notice ()
grid.css Restore aligned grid column CSS ()
header.css Prevent flash of dropdown menu on labels list ()
input.css Fix right-aligned input icons ()
label.css Remove fomantic label module ()
list.css Remove fomantic list module ()
message.css Various code view improvements ()
modal.css Improve issue history dialog and make poster can delete their own history ()
navbar.css Fix spacing in issue navbar ()
normalize.css Use line-height: normal by default ()
segment.css Fix:the rounded corners of the folded file are not displayed correctly ()
select.css add `stylelint-stylistic` ()
svg.css Prevent SVG shrinking ()
table.css Fix table alignment classes ()
tippy.css Replace coloris with vanilla-colorful ()
toast.css Remove some unused CSS styles ()