mirror of
https://github.com/usememos/memos.git
synced 2025-02-25 13:54:32 +08:00
chore: update daily review dialog style
This commit is contained in:
parent
12b373701b
commit
2d093d5be0
2 changed files with 6 additions and 1 deletions
|
@ -72,6 +72,7 @@ const DailyReviewDialog: React.FC<Props> = (props: Props) => {
|
|||
<button className="btn-text" onClick={handleShareBtnClick}>
|
||||
<i className="fa-solid fa-share-nodes icon-img"></i>
|
||||
</button>
|
||||
<span className="split-line">/</span>
|
||||
<button className="btn-text" onClick={() => props.destroy()}>
|
||||
<i className="fa-solid fa-xmark fa-lg icon-img"></i>
|
||||
</button>
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
@apply relative flex flex-row justify-between items-center w-full p-6 pb-0 mb-0;
|
||||
|
||||
> .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 {
|
||||
|
@ -27,6 +27,10 @@
|
|||
@apply ~"p-0.5";
|
||||
}
|
||||
}
|
||||
|
||||
> .split-line {
|
||||
@apply font-mono text-gray-300 mr-2;
|
||||
}
|
||||
}
|
||||
|
||||
> .date-picker {
|
||||
|
|
Loading…
Reference in a new issue