Remove incorrect CSS helper classes (#26712)

This commit is contained in:
wxiaoguang 2023-08-25 14:47:59 +08:00 committed by GitHub
parent 636b6eaf2a
commit ee9e83b230
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 21 additions and 29 deletions

View file

@ -273,12 +273,6 @@ Gitea's private styles use `g-` prefix.
.gt-font-17 { font-size: 17px !important }
.gt-font-18 { font-size: 18px !important }
@media (max-width: 767.98px) {
.gt-db-small { display: block !important; }
.gt-w-100-small { width: 100% !important; }
.gt-js-small { justify-content: flex-start !important; }
}
/*
gt-hidden must be placed after all other "display: xxx !important" classes to win the chance
do not use: