Add new quick summary panels and update layout to make space for them
This commit is contained in:
fraxle
2026-06-02 00:17:18 +01:00
parent 6734422673
commit 099f2924d3
6 changed files with 648 additions and 63 deletions
+3 -2
View File
@@ -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;