mirror of https://github.com/vector-im/riot-web
Merge pull request #3250 from vector-im/dbkr/support_kick_ban_reasons
CSS for ban / kick reason promptpull/3272/head
commit
f51669664c
|
@ -26,3 +26,10 @@ limitations under the License.
|
|||
.mx_ConfirmUserActionDialog_userId {
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
.mx_ConfirmUserActionDialog_reasonField {
|
||||
margin-bottom: 40px;
|
||||
width: 90%;
|
||||
font-size: 120%;
|
||||
height: 35px;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue