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 {
position: absolute;
bottom: -40px;
right: 0;
bottom: 1px;
right: 1px;
padding: 10px;
background-color: $secondary;
}
.bottom-bar {