Compile assets

Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
This commit is contained in:
nextcloud-command 2022-09-12 13:04:39 +00:00
parent 7b66d5ddf7
commit 203d783c17
4 changed files with 6 additions and 4 deletions

View file

@ -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,

File diff suppressed because one or more lines are too long

View file

@ -4157,6 +4157,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),
@ -4243,7 +4244,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,

File diff suppressed because one or more lines are too long