chore: update header style

This commit is contained in:
steven 2022-10-04 20:42:33 +08:00
parent 29770e8bfb
commit e0f95686f3
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@
@stat-day-L4-bg: #216e39;
.usage-heat-map-wrapper {
@apply flex flex-row justify-start items-center w-full h-32 flex-wrap pr-6 pb-3;
@apply flex flex-row justify-start items-center w-full h-32 flex-wrap pr-6 pb-3 shrink-0;
> .day-tip-text-container {
@apply w-6 h-full grid grid-rows-7;

View File

@ -1,7 +1,7 @@
@import "./mixin.less";
.user-banner-container {
@apply flex flex-row justify-between items-center relative w-full h-auto px-6 flex-nowrap mb-1;
@apply flex flex-row justify-between items-center relative w-full h-10 px-6 flex-nowrap mb-1 shrink-0;
> .username-container {
@apply shrink flex flex-row justify-start items-center flex-nowrap truncate;