mirror of
https://github.com/usememos/memos.git
synced 2025-06-05 22:09:59 +02:00
fix: create shortcut input (#186)
* fix: create shortcut input * chore: add yarn build
This commit is contained in:
@ -1,8 +1,10 @@
|
||||
@import "./mixin.less";
|
||||
|
||||
.create-shortcut-dialog {
|
||||
@apply px-4;
|
||||
|
||||
> .dialog-container {
|
||||
@apply w-128;
|
||||
@apply w-128 max-w-full;
|
||||
|
||||
> .dialog-content-container {
|
||||
.flex(column, flex-start, flex-start);
|
||||
|
Reference in New Issue
Block a user