mirror of
https://github.com/usememos/memos.git
synced 2025-10-27 06:46:00 +08:00
13 lines
279 B
Text
13 lines
279 B
Text
.change-resource-filename-dialog {
|
|
> .dialog-container {
|
|
@apply w-72;
|
|
|
|
> .dialog-content-container {
|
|
@apply flex flex-col justify-start items-start;
|
|
|
|
> .btns-container {
|
|
@apply flex flex-row justify-end items-center mt-2 w-full;
|
|
}
|
|
}
|
|
}
|
|
}
|