mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-13 03:27:39 +03:00
fix: Languages popup label margin
This commit is contained in:
parent
75fb5170c1
commit
5800905f01
1 changed files with 7 additions and 0 deletions
|
|
@ -1960,6 +1960,13 @@ html.sm-msgView-bottom #rl-app .messageView {
|
|||
border-color: var(--nc-color-primary-element);
|
||||
}
|
||||
|
||||
@media screen and (max-width: 480px) {
|
||||
#rl-app #V-PopupsLanguages label {
|
||||
margin-left: 0;
|
||||
margin-right: 0;
|
||||
}
|
||||
}
|
||||
|
||||
/* #endregion */
|
||||
|
||||
/* #region popup contacts */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue