mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-07 16:37:02 +03: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 */
|
/* #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 */
|
/* #endregion */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue