mirror of
https://github.com/element-hq/element-web
synced 2024-11-28 04:21:57 +03:00
reduce padding on dialogs, as in design
This commit is contained in:
parent
b67a2492b3
commit
86d7389b64
1 changed files with 1 additions and 1 deletions
|
@ -330,7 +330,7 @@ input[type=text]:focus, input[type=password]:focus, textarea:focus {
|
|||
|
||||
.mx_Dialog_header {
|
||||
position: relative;
|
||||
margin-bottom: 20px;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.mx_Dialog_title {
|
||||
|
|
Loading…
Reference in a new issue