mirror of https://github.com/vector-im/riot-web
CSS for ban / kick reason prompt
For https://github.com/matrix-org/matrix-react-sdk/pull/710pull/3250/head
parent
e8d5e8c8ab
commit
75f2ba6b19
|
@ -26,3 +26,10 @@ limitations under the License.
|
||||||
.mx_ConfirmUserActionDialog_userId {
|
.mx_ConfirmUserActionDialog_userId {
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.mx_ConfirmUserActionDialog_reasonField {
|
||||||
|
margin-bottom: 40px;
|
||||||
|
width: 90%;
|
||||||
|
font-size: 120%;
|
||||||
|
height: 35px;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue