mirror of
https://github.com/the-djmaze/snappymail.git
synced 2024-11-15 12:15:20 +08: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…
Reference in a new issue