mirror of https://github.com/vector-im/riot-web
Make fixed width dialogs actually fixed width again
Settings overrode that to be larger, so do the corresponding override for the other part.pull/21833/head
parent
c0867e8e48
commit
0a61d05ba2
|
@ -276,7 +276,7 @@ textarea {
|
|||
}
|
||||
|
||||
.mx_Dialog_fixedWidth {
|
||||
min-width: 60vw;
|
||||
width: 60vw;
|
||||
}
|
||||
|
||||
.mx_Dialog_staticWrapper .mx_Dialog {
|
||||
|
|
|
@ -43,5 +43,8 @@ limitations under the License.
|
|||
margin-top: 16px;
|
||||
margin-bottom: 24px;
|
||||
}
|
||||
.mx_Dialog_fixedWidth {
|
||||
width: 90vw;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue