From 5800905f01e605276929f611a8154df749495c36 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rene=20Hamp=C3=B6lz?= Date: Wed, 14 Jun 2023 20:43:12 +0000 Subject: [PATCH] fix: Languages popup label margin --- snappymail/v/0.0.0/themes/NextcloudV25+/styles.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/snappymail/v/0.0.0/themes/NextcloudV25+/styles.css b/snappymail/v/0.0.0/themes/NextcloudV25+/styles.css index 9b5504fcb..46dc56184 100644 --- a/snappymail/v/0.0.0/themes/NextcloudV25+/styles.css +++ b/snappymail/v/0.0.0/themes/NextcloudV25+/styles.css @@ -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 */