Spiegel von
https://github.com/paviliondev/discourse-custom-wizard.git
synchronisiert 2024-11-26 02:50:28 +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 {
|
#file-uploading {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
bottom: -40px;
|
bottom: 1px;
|
||||||
right: 0;
|
right: 1px;
|
||||||
|
padding: 10px;
|
||||||
|
background-color: $secondary;
|
||||||
}
|
}
|
||||||
|
|
||||||
.bottom-bar {
|
.bottom-bar {
|
||||||
|
|
Laden …
In neuem Issue referenzieren