summaryrefslogtreecommitdiffstats
path: root/web_src/css
diff options
context:
space:
mode:
authorLunny Xiao <xiaolunwen@gmail.com>2024-02-27 22:31:41 +0800
committerGitHub <noreply@github.com>2024-02-27 14:31:41 +0000
commit9a8c90ee18095d284192476834d5d23074d136f3 (patch)
tree6134bf357b2614e96b4fbe12ad54b87b5927e0aa /web_src/css
parent0900c1552b51c5d1d883bd3662e67891a5dac80d (diff)
downloadgitea-9a8c90ee18095d284192476834d5d23074d136f3.tar.gz
gitea-9a8c90ee18095d284192476834d5d23074d136f3.zip
Use tailwind instead of `gt-[wh]-` helper classes (#29423)
Follow #29357 - Replace `gt-w-*` -> `tw-w-*` and remove `gt-w-*` - Replace `gt-h-*` -> `tw-h-*` and remove `gt-h-*`
Diffstat (limited to 'web_src/css')
-rw-r--r--web_src/css/helpers.css6
1 files changed, 0 insertions, 6 deletions
diff --git a/web_src/css/helpers.css b/web_src/css/helpers.css
index da94ebb486..3579c193b1 100644
--- a/web_src/css/helpers.css
+++ b/web_src/css/helpers.css
@@ -73,12 +73,6 @@ Gitea's private styles use `g-` prefix.
.gt-overflow-x-scroll { overflow-x: scroll !important; }
.gt-overflow-y-hidden { overflow-y: hidden !important; }
-.gt-h-screen { height: 100vh !important; }
-.gt-h-full { height: 100% !important; }
-.gt-w-auto { width: auto !important; }
-.gt-w-screen { width: 100vw !important; }
-.gt-w-full { width: 100% !important; }
-
.gt-float-left { float: left !important; }
.gt-float-right { float: right !important; }
.gt-clear-both { clear: both !important; }