2.2
Add new quick summary panels and update layout to make space for them
This commit is contained in:
@@ -158,8 +158,8 @@
|
||||
justify-content: safe center; /* fall back to flex-start if it overflows */
|
||||
overflow-x: auto;
|
||||
overflow-y: auto; /* forced by browser when overflow-x is non-visible */
|
||||
padding-bottom: 260px; /* extends clip boundary so dropdown panels aren't cut off */
|
||||
margin-bottom: -260px; /* cancel that extra space in the layout */
|
||||
padding-bottom: 400px; /* extends clip boundary so the tallest dropdown (Activities) isn't cut off */
|
||||
margin-bottom: -400px; /* cancel that extra space in the layout */
|
||||
scrollbar-width: none;
|
||||
-ms-overflow-style: none;
|
||||
padding-right: 4px; /* breathing room at right edge */
|
||||
@@ -210,6 +210,7 @@
|
||||
.profile-btn {
|
||||
width: 80px;
|
||||
height: 80px;
|
||||
flex: none; /* never shrink below 80px — the row scrolls instead */
|
||||
padding: 0;
|
||||
position: relative;
|
||||
display: inline-flex;
|
||||
|
||||
Reference in New Issue
Block a user