1
0
Fork 0
forked from forgejo/forgejo

Refactor clone-panel styles (#29861)

1. The borders were doubled on the "empty" page, fix it.
2. Remove unnecessary CSS classes like "clone", "compact", etc
3. Use CSS class "clone-panel" instead of ID "clone-panel"
4. Use `tw-flex-1` instead of `gt-f1`
5. Remove unnecessary ID "more-btn"

(cherry picked from commit 673286d8c8a00bf7240a93187d767fb5a5e32a31)
This commit is contained in:
wxiaoguang 2024-03-17 20:40:42 +08:00 committed by Earl Warren
parent cd28684ac3
commit 2141bc3298
No known key found for this signature in database
GPG key ID: 0579CB2928A78A00
7 changed files with 18 additions and 32 deletions

View file

@ -58,7 +58,7 @@
}
@media (max-width: 767.98px) {
.repository.wiki #clone-panel #repo-clone-url {
.repository.wiki .clone-panel #repo-clone-url {
width: 160px;
}
.repository.wiki .wiki-content-main.with-sidebar,