mirror of
https://github.com/usememos/memos.git
synced 2025-06-05 22:09:59 +02:00
chore: update tag list selector
This commit is contained in:
@ -12,35 +12,6 @@
|
||||
}
|
||||
|
||||
> .memo-editor {
|
||||
.flex(column, flex-start, flex-start);
|
||||
position: relative;
|
||||
width: 100%;
|
||||
height: auto;
|
||||
background-color: white;
|
||||
}
|
||||
|
||||
> .tag-list {
|
||||
.flex(column, flex-start, flex-start);
|
||||
position: absolute;
|
||||
z-index: 10;
|
||||
background-color: rgba(30, 30, 30, 0.9);
|
||||
padding: 2px;
|
||||
border-radius: 4px;
|
||||
width: 128px;
|
||||
max-height: 200px;
|
||||
overflow: auto;
|
||||
|
||||
> span {
|
||||
width: 100%;
|
||||
padding: 2px 6px;
|
||||
color: white;
|
||||
cursor: pointer;
|
||||
border-radius: 4px;
|
||||
font-size: 13px;
|
||||
|
||||
&:hover {
|
||||
background-color: #505050;
|
||||
}
|
||||
}
|
||||
@apply flex flex-col justify-start items-start relative w-full h-auto bg-white;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user