aboutsummaryrefslogtreecommitdiffstats
path: root/core/css/apps.css
diff options
context:
space:
mode:
Diffstat (limited to 'core/css/apps.css')
-rw-r--r--core/css/apps.css26
1 files changed, 8 insertions, 18 deletions
diff --git a/core/css/apps.css b/core/css/apps.css
index ccd9e28b865..8acddbe81bc 100644
--- a/core/css/apps.css
+++ b/core/css/apps.css
@@ -331,8 +331,7 @@ kbd {
background-color: var(--color-primary-light);
}
#app-navigation:not(.vue) > ul > li > ul > li.icon-loading-small:after {
- left: 22px;
- /* 44px / 2 */
+ left: 22px; /* 44px / 2 */
}
#app-navigation:not(.vue) > ul > li > ul > li > .app-navigation-entry-deleted {
/* margin to keep active indicator visible */
@@ -380,8 +379,7 @@ kbd {
border-radius: var(--border-radius-pill);
color: var(--color-main-text);
flex: 1 1 0px;
- z-index: 100;
- /* above the bullet to allow click*/
+ z-index: 100; /* above the bullet to allow click*/
/* TODO: forbid using img as icon in menu? */
/* counter can also be inside the link */
}
@@ -555,8 +553,7 @@ kbd {
text-align: right;
font-size: 9pt;
line-height: 44px;
- padding: 0 12px;
- /* Same padding as all li > a in the app-navigation */
+ padding: 0 12px; /* Same padding as all li > a in the app-navigation */
}
#app-navigation:not(.vue) .app-navigation-entry-utils .app-navigation-entry-utils-counter.highlighted {
padding: 0;
@@ -572,8 +569,7 @@ kbd {
padding-left: 5px;
padding-right: 5px;
display: block;
- width: calc(100% - 1px);
- /* Avoid border overlapping */
+ width: calc(100% - 1px); /* Avoid border overlapping */
transition: opacity 250ms ease-in-out;
opacity: 0;
position: absolute;
@@ -596,8 +592,7 @@ kbd {
}
#app-navigation:not(.vue) .app-navigation-entry-edit input[type=text] {
width: 100%;
- min-width: 0;
- /* firefox hack: override auto */
+ min-width: 0; /* firefox hack: override auto */
border-bottom-right-radius: 0;
border-top-right-radius: 0;
}
@@ -646,8 +641,7 @@ kbd {
}
#app-navigation:not(.vue) .app-navigation-entry-edit,
#app-navigation:not(.vue) .app-navigation-entry-deleted {
- width: calc(100% - 1px);
- /* Avoid border overlapping */
+ width: calc(100% - 1px); /* Avoid border overlapping */
transition: transform 250ms ease-in-out, opacity 250ms ease-in-out, z-index 250ms ease-in-out;
position: absolute;
left: 0;
@@ -689,11 +683,9 @@ kbd {
border-top-left-radius: var(--border-radius-large);
border-top-right-radius: var(--border-radius-large);
}
-
#app-navigation {
border-top-left-radius: var(--border-radius-large);
}
-
#app-sidebar {
border-top-right-radius: var(--border-radius-large);
}
@@ -1100,8 +1092,7 @@ kbd {
.popovermenu li > .menuitem span[class*=" icon-"],
.popovermenu li > .menuitem[class^=icon-],
.popovermenu li > .menuitem[class*=" icon-"] {
- min-width: 0;
- /* Overwrite icons*/
+ min-width: 0; /* Overwrite icons*/
min-height: 0;
background-position: 14px center;
background-size: 16px;
@@ -1408,8 +1399,7 @@ kbd {
.popovermenu li > a input,
.popovermenu li > .menuitem input {
min-width: 44px;
- max-height: 40px;
- /* twice the element margin-y */
+ max-height: 40px; /* twice the element margin-y */
margin: 2px 0;
flex: 1 1 auto;
}