Spiegel von
https://github.com/paviliondev/discourse-custom-wizard.git
synchronisiert 2024-11-22 09:20:29 +01:00
Position loading spinner in bottom right of composer
Dieser Commit ist enthalten in:
Ursprung
13525261ad
Commit
b8a21eefe2
1 geänderte Dateien mit 4 neuen und 2 gelöschten Zeilen
|
@ -223,8 +223,10 @@
|
|||
|
||||
#file-uploading {
|
||||
position: absolute;
|
||||
bottom: -40px;
|
||||
right: 0;
|
||||
bottom: 1px;
|
||||
right: 1px;
|
||||
padding: 10px;
|
||||
background-color: $secondary;
|
||||
}
|
||||
|
||||
.bottom-bar {
|
||||
|
|
Laden …
In neuem Issue referenzieren