mirror of
https://github.com/usememos/memos.git
synced 2025-06-05 22:09:59 +02:00
feat: update visibility selector style (#441)
This commit is contained in:
@ -50,20 +50,32 @@
|
||||
border-color: @text-blue;
|
||||
}
|
||||
|
||||
> .tip-container {
|
||||
@apply mb-1 w-full flex flex-row justify-start items-center text-xs leading-6;
|
||||
> .editor-header-container {
|
||||
@apply w-full flex flex-row justify-between items-center;
|
||||
|
||||
> .tip-text {
|
||||
@apply text-gray-400 mr-2;
|
||||
> .visibility-selector {
|
||||
@apply h-7;
|
||||
|
||||
> .current-value-container {
|
||||
@apply rounded-full;
|
||||
|
||||
> .value-text {
|
||||
@apply text-sm w-full;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
> .cancel-btn {
|
||||
@apply px-2 border rounded-full leading-5 text-blue-600 hover:border-blue-600;
|
||||
}
|
||||
}
|
||||
> .editing-container {
|
||||
@apply mb-1 flex flex-row justify-start items-center text-xs leading-6;
|
||||
|
||||
> .visibility-selector-container{
|
||||
@apply w-full border-b py-2;
|
||||
> .tip-text {
|
||||
@apply text-gray-400 mr-2;
|
||||
}
|
||||
|
||||
> .cancel-btn {
|
||||
@apply px-2 border rounded-full leading-5 text-blue-600 hover:border-blue-600;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
> .memo-editor {
|
||||
|
Reference in New Issue
Block a user