mirror of
https://github.com/logseq/logseq.git
synced 2026-04-28 16:15:21 +00:00
fix record bar drag issues
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
#audio-record-toolbar {
|
||||
position: fixed;
|
||||
background-color: var(--ls-secondary-background-color);
|
||||
width: 88px;
|
||||
width: 90px;
|
||||
justify-content: left;
|
||||
left: 5px;
|
||||
transition: none;
|
||||
z-index: 9999;
|
||||
padding: 5px;
|
||||
padding: 5px 5px 5px 8px;
|
||||
border-radius: 5px;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user