1
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-11-04 08:17:24 -05:00
gitea/templates/admin
silverwind 4b6eb46e69
Fix double border in system status table (#31363)
Fix regression from https://github.com/go-gitea/gitea/pull/30712 where
the introduction of this `<div>` caused the `.ui.attached:not(.message)
+ .ui.attached.segment:not(.top)` CSS selector to no longer work and
cause a double border.

Before:

<img width="200" alt="Screenshot 2024-06-13 at 19 06 12"
src="https://github.com/go-gitea/gitea/assets/115237/a9fa0688-adf0-4b2d-a958-6a7679a62031">

After:
<img width="232" alt="Screenshot 2024-06-13 at 19 05 57"
src="https://github.com/go-gitea/gitea/assets/115237/025b780f-f72f-4049-86de-a5d84851bd1d">

---------

Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
2024-06-17 15:21:59 +02:00
..
applications
auth code optimization (#31315) 2024-06-11 21:07:10 +08:00
emails code optimization (#31315) 2024-06-11 21:07:10 +08:00
org
packages Fix some URLs whose sub-path is missing (#31289) 2024-06-07 15:15:17 +00:00
repo Replace gt-word-break with tw-break-anywhere (#31183) 2024-06-04 13:57:11 +00:00
runners
user code optimization (#31315) 2024-06-11 21:07:10 +08:00
actions.tmpl
config_settings.tmpl
config.tmpl code optimization (#31315) 2024-06-11 21:07:10 +08:00
cron.tmpl code optimization (#31315) 2024-06-11 21:07:10 +08:00
dashboard.tmpl Fix double border in system status table (#31363) 2024-06-17 15:21:59 +02:00
hook_new.tmpl
hooks.tmpl
layout_footer.tmpl
layout_head.tmpl Fix flash message for flex-container (#30657) 2024-04-23 08:31:51 +00:00
navbar.tmpl
notice.tmpl Remove fomantic button module (#30475) 2024-04-14 17:53:52 +00:00
queue_manage.tmpl
queue.tmpl
self_check.tmpl Check if reverse proxy is correctly configured (#30890) 2024-05-10 20:07:01 +08:00
stacktrace-row.tmpl
stacktrace.tmpl
stats.tmpl
system_status.tmpl