mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Compile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
This commit is contained in:
parent
7b66d5ddf7
commit
203d783c17
4 changed files with 6 additions and 4 deletions
|
|
@ -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
|
|
@ -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
Loading…
Reference in a new issue