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:
iamyaash 2025-08-04 14:26:06 +05:30
commit a07c68cd2f
2 changed files with 5 additions and 1 deletions

View file

@ -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 {