mirror of https://github.com/vector-im/riot-web
Merge pull request #3351 from vector-im/luke/css-spinner-height
Set padding-bottom: 0px for .mx_Dialog spinnerpull/3395/head
commit
b1f14ba979
|
@ -135,7 +135,7 @@ textarea {
|
||||||
.mx_Dialog_wrapper.mx_Dialog_spinner .mx_Dialog {
|
.mx_Dialog_wrapper.mx_Dialog_spinner .mx_Dialog {
|
||||||
width: auto;
|
width: auto;
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
padding-left: 0px;
|
padding: 0px;
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue