mirror of
https://github.com/go-gitea/gitea
synced 2025-07-03 09:07:19 +00:00
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-*`
This commit is contained in:
@ -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; }
|
||||
|
Reference in New Issue
Block a user