mirror of
https://github.com/usememos/memos.git
synced 2025-11-11 01:41:58 +08:00
chore: update header style
This commit is contained in:
parent
29770e8bfb
commit
e0f95686f3
2 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue