diff options
author | silverwind <me@silverwind.io> | 2024-03-18 15:47:05 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-18 14:47:05 +0000 |
commit | 34290a00c4501ffeba26db267be71ab68e3ec97f (patch) | |
tree | 8d534caf068098c911423481977c60dbce146f98 /templates/status | |
parent | b251e608c01392c947f84be387f956541bfea25c (diff) | |
download | gitea-34290a00c4501ffeba26db267be71ab68e3ec97f.tar.gz gitea-34290a00c4501ffeba26db267be71ab68e3ec97f.zip |
Migrate border and margin classes to Tailwind (#29828)
Used all existing css vars, other migrations are 1:1.
---------
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
Diffstat (limited to 'templates/status')
-rw-r--r-- | templates/status/500.tmpl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/status/500.tmpl b/templates/status/500.tmpl index a821fe55da..29de861a25 100644 --- a/templates/status/500.tmpl +++ b/templates/status/500.tmpl @@ -16,7 +16,7 @@ </head> <body> <div class="full height"> - <nav class="ui secondary menu gt-border-secondary-bottom"> + <nav class="ui secondary menu"> <div class="ui container gt-df"> <div class="item gt-f1"> <a href="{{AppSubUrl}}/" aria-label="{{ctx.Locale.Tr "home"}}"> @@ -28,6 +28,7 @@ </div> </div> </nav> + <div class="divider gt-my-0"></div> <div role="main" class="page-content status-page-500"> <div class="ui container" > <style> .ui.message.flash-message { text-align: left; } </style> |