diff options
Diffstat (limited to 'web_src/css')
-rw-r--r-- | web_src/css/helpers.css | 6 |
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; } |