mirror of
https://github.com/usememos/memos.git
synced 2025-11-11 01:41:58 +08:00
chore: fix shortcut list buttons style
This commit is contained in:
parent
2b8078a19b
commit
12b373701b
1 changed files with 2 additions and 2 deletions
|
|
@ -24,7 +24,7 @@
|
||||||
@apply flex flex-col justify-start items-start relative w-full h-auto flex-nowrap mb-2;
|
@apply flex flex-col justify-start items-start relative w-full h-auto flex-nowrap mb-2;
|
||||||
|
|
||||||
> .shortcut-container {
|
> .shortcut-container {
|
||||||
@apply flex flex-row justify-between items-center w-full h-10 py-0 px-4 mt-px first:mt-2 rounded-lg text-base cursor-pointer select-none shrink-0 hover:bg-white;
|
@apply relative flex flex-row justify-between items-center w-full h-10 py-0 px-4 mt-px first:mt-2 rounded-lg text-base cursor-pointer select-none shrink-0 hover:bg-white;
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
> .btns-container {
|
> .btns-container {
|
||||||
|
|
@ -68,7 +68,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
> .action-btns-wrapper {
|
> .action-btns-wrapper {
|
||||||
@apply flex-col justify-start items-start absolute top-6 right-0 w-auto h-auto px-4 pt-3 hidden z-1;
|
@apply absolute top-6 right-0 flex-col justify-start items-start w-auto h-auto px-4 pt-3 hidden z-1;
|
||||||
|
|
||||||
> .action-btns-container {
|
> .action-btns-container {
|
||||||
@apply flex flex-col justify-start items-start w-24 h-auto p-1 whitespace-nowrap rounded-md bg-white;
|
@apply flex flex-col justify-start items-start w-24 h-auto p-1 whitespace-nowrap rounded-md bg-white;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue