Browse Source

Compile assets

Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
tags/v25.0.0beta7
nextcloud-command 1 year ago
parent
commit
203d783c17
4 changed files with 6 additions and 4 deletions
  1. 2
    1
      core/css/apps.css
  2. 1
    1
      core/css/apps.css.map
  3. 2
    1
      core/css/server.css
  4. 1
    1
      core/css/server.css.map

+ 2
- 1
core/css/apps.css 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,

+ 1
- 1
core/css/apps.css.map
File diff suppressed because it is too large
View File


+ 2
- 1
core/css/server.css 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,

+ 1
- 1
core/css/server.css.map
File diff suppressed because it is too large
View File


Loading…
Cancel
Save