mirror of
https://github.com/the-djmaze/snappymail.git
synced 2024-11-10 17:13:38 +08:00
fix: checkboxes in openpgp generate popup
This commit is contained in:
parent
a8647cbcae
commit
4ad603eeb1
1 changed files with 13 additions and 0 deletions
|
@ -2399,6 +2399,19 @@ html.rl-mobile #rl-app #V-AdminPane>.b-toolbar {
|
|||
|
||||
/* #endregion */
|
||||
|
||||
/* #region popup openpgp generate */
|
||||
|
||||
#rl-app #openpgp-generate.form-horizontal .control-group:has(.e-checkbox) {
|
||||
flex-direction: column;
|
||||
align-items: flex-start;
|
||||
}
|
||||
|
||||
#rl-app #openpgp-generate.form-horizontal .control-group:has(.e-checkbox) br {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* #endregion */
|
||||
|
||||
/* #endregion */
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in a new issue