aboutsummaryrefslogtreecommitdiffstats
path: root/core/css/apps.css
diff options
context:
space:
mode:
authornextcloud-command <nextcloud-command@users.noreply.github.com>2022-09-12 13:04:39 +0000
committernextcloud-command <nextcloud-command@users.noreply.github.com>2022-09-12 16:07:31 +0000
commit203d783c17b01fda5cadad9f3d7206893b814068 (patch)
treec3af9dc26a8e53312222543634ef336d71a8466c /core/css/apps.css
parent7b66d5ddf7de12c476af99e77af046808bbefbe8 (diff)
downloadnextcloud-server-203d783c17b01fda5cadad9f3d7206893b814068.tar.gz
nextcloud-server-203d783c17b01fda5cadad9f3d7206893b814068.zip
Compile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Diffstat (limited to 'core/css/apps.css')
-rw-r--r--core/css/apps.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/core/css/apps.css b/core/css/apps.css
index 706e322d950..4d061ed6719 100644
--- a/core/css/apps.css
+++ b/core/css/apps.css
@@ -1377,6 +1377,7 @@ kbd {
flex: 1 1 auto;
/* put a small space between text and form
if there is an element before */
+ align-items: center;
}
.bubble li > button form:not(:first-child),
.bubble li > a form:not(:first-child),
@@ -1463,7 +1464,7 @@ kbd {
.popovermenu li:not(.hidden):not([style*="display:none"]):last-of-type > a > input,
.popovermenu li:not(.hidden):not([style*="display:none"]):last-of-type > .menuitem > form,
.popovermenu li:not(.hidden):not([style*="display:none"]):last-of-type > .menuitem > input {
- margin-bottom: 12px;
+ margin-bottom: 0px;
}
.bubble li > button,
.app-navigation-entry-menu li > button,