fix: Languages popup label margin

This commit is contained in:
Rene Hampölz 2023-06-14 20:43:12 +00:00
parent 75fb5170c1
commit 5800905f01

View file

@ -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 */