1
0
Fork 0

Position loading spinner in bottom right of composer

Dieser Commit ist enthalten in:
angusmcleod 2021-02-18 14:57:16 +11:00
Ursprung 13525261ad
Commit b8a21eefe2

Datei anzeigen

@ -223,8 +223,10 @@
#file-uploading { #file-uploading {
position: absolute; position: absolute;
bottom: -40px; bottom: 1px;
right: 0; right: 1px;
padding: 10px;
background-color: $secondary;
} }
.bottom-bar { .bottom-bar {