mirror of
https://github.com/falcion/Whisperer.md.git
synced 2026-07-22 11:50:29 +00:00
23 lines
293 B
CSS
23 lines
293 B
CSS
.vault-ambience-player {
|
|
position: fixed;
|
|
bottom: 10px;
|
|
right: 10px;
|
|
z-index: 1000;
|
|
}
|
|
|
|
.file-ambience-player {
|
|
position: fixed;
|
|
bottom: 10px;
|
|
right: 10px;
|
|
z-index: 1000;
|
|
}
|
|
|
|
.input-field {
|
|
width: 100%;
|
|
height: 48px;
|
|
min-height: 36px;
|
|
}
|
|
|
|
.hidden-frame {
|
|
display: none;
|
|
}
|