1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-22 18:28:37 +00:00

Refactor star/watch button (#29576)

1. Use "star/unstart", but not `{{if}}un{{}}star{{}}` (the same to "watch/unwatch")
2. Use "not-mobile" for hiding the elements on mobile
This commit is contained in:
wxiaoguang
2024-03-04 20:56:34 +08:00
committed by GitHub
parent dae7f1ebdb
commit 62aa5e2cbd
3 changed files with 12 additions and 17 deletions

View File

@@ -89,9 +89,6 @@
.repo-header .flex-item {
flex-grow: 1;
}
.repo-buttons .ui.labeled.button .text {
display: none;
}
.repo-header .flex-item-trailing .label {
display: none;
}