mirror of
https://github.com/usememos/memos.git
synced 2025-03-06 10:34:01 +08:00
chore: update style
This commit is contained in:
parent
15e1037433
commit
3c5b0ea90a
2 changed files with 1 additions and 2 deletions
|
@ -1,7 +1,6 @@
|
||||||
@import "./mixin.less";
|
@import "./mixin.less";
|
||||||
|
|
||||||
.daily-memo-wrapper {
|
.daily-memo-wrapper {
|
||||||
.flex(row, flex-start, flex-start);
|
|
||||||
@apply flex flex-row justify-start items-start relative w-full flex-nowrap pb-6;
|
@apply flex flex-row justify-start items-start relative w-full flex-nowrap pb-6;
|
||||||
|
|
||||||
&:last-child {
|
&:last-child {
|
||||||
|
|
|
@ -15,7 +15,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
> .section-selector-container {
|
> .section-selector-container {
|
||||||
@apply w-full sm:w-40 h-auto sm:h-full shrink-0 rounded-t-lg sm:rounded-l-lg p-4 border-r bg-gray-100 flex flex-col justify-start items-start;
|
@apply w-full sm:w-44 h-auto sm:h-full shrink-0 rounded-t-lg sm:rounded-none sm:rounded-l-lg p-4 border-r bg-gray-100 flex flex-col justify-start items-start;
|
||||||
|
|
||||||
> .section-title {
|
> .section-title {
|
||||||
@apply text-sm mt-2 sm:mt-4 first:mt-3 mb-1 font-mono text-gray-400;
|
@apply text-sm mt-2 sm:mt-4 first:mt-3 mb-1 font-mono text-gray-400;
|
||||||
|
|
Loading…
Reference in a new issue