forgejo/web_src/css
Rafael Heard 4cb51cb985
Absolute positioned checkboxes overlay floated elements (#26870)
Currently, checkboxes are positioned as absolute. This positioning
causes the input to overlay an element that has been floated within the
editor. Floated elements are useful if you want your text to wrap around
this element. This PR fixes the overlaying of checkboxes by removing the
absolute positioning, updating the `ul` padding, and
displaying`.task-list-item` `flex` to ensure inputs and the associated
label are on the same line.

Screenshots:

Before:
<img width="762" alt="Screenshot 2023-09-01 at 3 40 59 PM"
src="https://github.com/go-gitea/gitea/assets/6152817/570247c7-7f5c-4697-bfc9-ad4655e37991">

After:
<img width="762" alt="Screenshot 2023-09-01 at 3 42 20 PM"
src="https://github.com/go-gitea/gitea/assets/6152817/db53df45-1294-4eee-84c0-b21ac4fdf805">

---------

Co-authored-by: rafh <rafaelheard@gmail.com>
2023-09-30 09:30:44 +00:00
..
chroma
codemirror
editor Fix z-index on markdown completion (#27237) 2023-09-25 01:29:36 +02:00
features
markup Absolute positioned checkboxes overlay floated elements (#26870) 2023-09-30 09:30:44 +00:00
modules Improve issue history dialog and make poster can delete their own history (#27323) 2023-09-28 08:43:20 +00:00
repo
shared
standalone
themes Use mask-based fade-out effect for .new-menu (#27181) 2023-09-25 01:03:00 +00:00
actions.css
admin.css
base.css Improve branch list UI (#27319) 2023-09-28 04:04:32 +00:00
dashboard.css
explore.css
font_i18n.css
form.css
helpers.css
home.css
index.css
install.css
org.css
repo.css Fix review UI (#27322) 2023-09-28 10:00:26 +00:00
review.css
user.css