2.2.5
Fix UI issues
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user