mirror of
https://github.com/usememos/memos.git
synced 2025-06-05 22:09:59 +02:00
feat: select visibility in editor (#421)
* feat: editing visibility selection * update * update * update variable name * update Co-authored-by: boojack <stevenlgtm@gmail.com>
This commit is contained in:
@ -62,12 +62,16 @@
|
||||
}
|
||||
}
|
||||
|
||||
> .visibility-selector-container{
|
||||
@apply w-full border-b py-2;
|
||||
}
|
||||
|
||||
> .memo-editor {
|
||||
@apply flex flex-col justify-start items-start relative w-full h-auto bg-white;
|
||||
}
|
||||
|
||||
> .common-tools-wrapper {
|
||||
@apply relative w-full flex flex-row justify-between items-center;
|
||||
@apply relative w-full flex flex-row justify-between items-center pt-2;
|
||||
|
||||
> .common-tools-container {
|
||||
@apply flex flex-row justify-start items-center;
|
||||
|
Reference in New Issue
Block a user