diff options
author | nextcloud-command <nextcloud-command@users.noreply.github.com> | 2022-09-12 13:04:39 +0000 |
---|---|---|
committer | nextcloud-command <nextcloud-command@users.noreply.github.com> | 2022-09-12 16:07:31 +0000 |
commit | 203d783c17b01fda5cadad9f3d7206893b814068 (patch) | |
tree | c3af9dc26a8e53312222543634ef336d71a8466c /core/css/apps.css | |
parent | 7b66d5ddf7de12c476af99e77af046808bbefbe8 (diff) | |
download | nextcloud-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.css | 3 |
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, |