mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-08-29 13:43:51 +00:00
increased sha button size
- added badge alongside shabox in mobile view - shabox badge will only be visible above >= 400px - increased label button size Signed-off-by: iamyaash <iamyaash@outlook.com>
This commit is contained in:
parent
6202f9c0f1
commit
a07c68cd2f
2 changed files with 5 additions and 1 deletions
|
@ -2780,6 +2780,9 @@ tbody.commit-list {
|
|||
.mobile-shabox {display: none;} /*hiding the button in desktop view, only accessible in mobile view*/
|
||||
.mobile-btn {display: none;}
|
||||
}
|
||||
@media (max-width: 440px) {
|
||||
.commit-timeline .mobile-shabox .badge {display: none;}
|
||||
}
|
||||
|
||||
@media (max-width: 640px) {
|
||||
.commit-timeline {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue