mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-13 03:27:39 +03:00
fix: Emailaddresses input width on mobile
This commit is contained in:
parent
26547f48b6
commit
5cd879484a
1 changed files with 7 additions and 0 deletions
|
|
@ -785,6 +785,13 @@ input[type="checkbox"] {
|
||||||
color: var(--nc-color-main-text);
|
color: var(--nc-color-main-text);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media screen and (max-width: 480px) {
|
||||||
|
#rl-app .emailaddresses input[type="text"] {
|
||||||
|
width: unset !important;
|
||||||
|
min-width: unset;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
/* #endregion */
|
/* #endregion */
|
||||||
|
|
||||||
/* #region textarea */
|
/* #region textarea */
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue