mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-05-30 21:54:36 -04:00
Remove incorrect CSS helper classes (#26712)
This commit is contained in:
parent
636b6eaf2a
commit
ee9e83b230
5 changed files with 21 additions and 29 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue