mirror of
https://github.com/the-djmaze/snappymail.git
synced 2024-11-15 12:15:20 +08:00
fix: Mobile popup padding
This commit is contained in:
parent
d0b00887b4
commit
1ccef6cb26
1 changed files with 3 additions and 1 deletions
|
@ -2022,9 +2022,11 @@ html.rl-mobile #rl-app #V-AdminPane>.b-toolbar {
|
|||
margin-right: 0;
|
||||
}
|
||||
|
||||
#rl-app dialog .modal-body {
|
||||
#rl-app #V-PopupsKeyboardShortcutsHelp .modal-body,
|
||||
#rl-app #V-PopupsDomain .modal-body {
|
||||
padding-left: 0;
|
||||
padding-right: 0;
|
||||
overflow-x: hidden;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue