mirror of
https://github.com/usememos/memos.git
synced 2025-06-05 22:09:59 +02:00
chore: update daily review dialog style
This commit is contained in:
@ -72,6 +72,7 @@ const DailyReviewDialog: React.FC<Props> = (props: Props) => {
|
|||||||
<button className="btn-text" onClick={handleShareBtnClick}>
|
<button className="btn-text" onClick={handleShareBtnClick}>
|
||||||
<i className="fa-solid fa-share-nodes icon-img"></i>
|
<i className="fa-solid fa-share-nodes icon-img"></i>
|
||||||
</button>
|
</button>
|
||||||
|
<span className="split-line">/</span>
|
||||||
<button className="btn-text" onClick={() => props.destroy()}>
|
<button className="btn-text" onClick={() => props.destroy()}>
|
||||||
<i className="fa-solid fa-xmark fa-lg icon-img"></i>
|
<i className="fa-solid fa-xmark fa-lg icon-img"></i>
|
||||||
</button>
|
</button>
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
@apply relative flex flex-row justify-between items-center w-full p-6 pb-0 mb-0;
|
@apply relative flex flex-row justify-between items-center w-full p-6 pb-0 mb-0;
|
||||||
|
|
||||||
> .title-text {
|
> .title-text {
|
||||||
@apply cursor-pointer select-none rounded hover:bg-gray-100;
|
@apply px-2 py-1 -ml-2 cursor-pointer select-none rounded hover:bg-gray-100;
|
||||||
}
|
}
|
||||||
|
|
||||||
> .btns-container {
|
> .btns-container {
|
||||||
@ -27,6 +27,10 @@
|
|||||||
@apply ~"p-0.5";
|
@apply ~"p-0.5";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
> .split-line {
|
||||||
|
@apply font-mono text-gray-300 mr-2;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
> .date-picker {
|
> .date-picker {
|
||||||
|
Reference in New Issue
Block a user