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 019857a701
Add `--page-spacing` variable, fix admin dashboard notice (#30302)
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">
10 months ago
..
animations.css Remove fomantic input module (#30194) 10 months ago
breadcrumb.css Use unique class for breadcrumb divider (#26524) 2 years ago
button.css Fix button hover border (#30048) 11 months ago
card.css Update JS dependencies and misc tweaks (#25540) 2 years ago
checkbox.css Fix unclickable checkboxes (#30195) 10 months ago
comment.css Consolidate the two review boxes into one (#24738) 2 years ago
container.css Remove fomantic container module (#30036) 11 months ago
divider.css Reduce margin/padding on flex-list items and divider (#27872) 1 year ago
flexcontainer.css Add `--page-spacing` variable, fix admin dashboard notice (#30302) 10 months ago
grid.css Restore aligned grid column CSS (#30106) 11 months ago
header.css Prevent flash of dropdown menu on labels list (#30215) 10 months ago
input.css Fix right-aligned input icons (#30301) 10 months ago
label.css Remove fomantic label module (#30081) 11 months ago
list.css Remove fomantic list module (#30281) 10 months ago
message.css Various code view improvements (#30014) 11 months ago
modal.css Improve issue history dialog and make poster can delete their own history (#27323) 1 year ago
navbar.css Fix spacing in issue navbar (#30238) 10 months ago
normalize.css Use line-height: normal by default (#26635) 1 year ago
segment.css Fix:the rounded corners of the folded file are not displayed correctly (#29953) 11 months ago
select.css add `stylelint-stylistic` (#25285) 2 years ago
svg.css Prevent SVG shrinking (#25652) 2 years ago
table.css Fix table alignment classes (#30144) 11 months ago
tippy.css Replace coloris with vanilla-colorful (#30201) 10 months ago
toast.css Remove some unused CSS styles (#26852) 1 year ago