fix record bar drag issues

This commit is contained in:
llcc
2022-05-31 15:34:53 +08:00
committed by Tienson Qin
parent c0b4f09f94
commit ef0201358c
7 changed files with 51 additions and 40 deletions

View File

@@ -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;
}