Fix UI issues
This commit is contained in:
fraxle
2026-06-02 22:40:15 +01:00
parent 137e1a3058
commit e00d38cbfb
7 changed files with 61 additions and 28 deletions
+5 -5
View File
@@ -210,9 +210,9 @@
}
.profile-btn {
width: 80px;
height: 80px;
flex: none; /* never shrink below 80px — the row scrolls instead */
width: 100px;
height: 100px;
flex: none; /* never shrink below 100px — the row scrolls instead */
padding: 0;
position: relative;
display: inline-flex;
@@ -958,8 +958,8 @@
/* Slightly smaller cards on mobile */
.profile-btn {
width: 68px;
height: 68px;
width: 80px;
height: 80px;
flex: none;
}