mirror of
https://github.com/logseq/logseq.git
synced 2026-04-28 16:15:21 +00:00
enhance(ui): refactor the context menu with the shui dropdown menu items
This commit is contained in:
@@ -11,15 +11,11 @@
|
||||
}
|
||||
|
||||
.editor-inner {
|
||||
position: relative;
|
||||
display: flex;
|
||||
@apply relative flex;
|
||||
|
||||
textarea {
|
||||
border: none;
|
||||
border-radius: 0;
|
||||
background: transparent;
|
||||
padding: 0;
|
||||
resize: none;
|
||||
@apply border-none rounded-none bg-transparent p-0 resize-none;
|
||||
|
||||
box-shadow: none;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user