Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulius Härtl <jus@bitgrid.net>2022-08-23 15:29:06 +0300
committerJulius Härtl <jus@bitgrid.net>2022-09-01 15:15:39 +0300
commit0a1353f248eed7a435c47e0bf5affad8d7c91a04 (patch)
tree73bca57351dd8824cbb1c6b475c5c0f75abfcaad
parentaa847a7fce45a61c82b809ead8ac790c5ae72150 (diff)
Fix indentation
Signed-off-by: Julius Härtl <jus@bitgrid.net>
-rw-r--r--core/css/apps.scss24
1 files changed, 12 insertions, 12 deletions
diff --git a/core/css/apps.scss b/core/css/apps.scss
index 93cbb8c544a..bb6edfc0041 100644
--- a/core/css/apps.scss
+++ b/core/css/apps.scss
@@ -166,13 +166,13 @@ kbd {
flex-wrap: wrap;
order: 1;
flex-shrink: 0;
- margin-left: 8px;
- margin-right: 8px;
- margin-top: 3px;
- margin-bottom: 3px;
- width: calc(100% - 16px);
- overflow: hidden;
- border-radius: var(--border-radius-pill);
+ margin-left: 8px;
+ margin-right: 8px;
+ margin-top: 3px;
+ margin-bottom: 3px;
+ width: calc(100% - 16px);
+ overflow: hidden;
+ border-radius: var(--border-radius-pill);
/* Pinned-to-bottom entries */
&.pinned {
@@ -329,9 +329,9 @@ kbd {
}
}
&:first-child img {
- margin-right: 11px;
- width: 16px;
- height: 16px;
+ margin-right: 11px;
+ width: 16px;
+ height: 16px;
// Legacy invert if bright background
filter: var(--background-invert-if-dark);
}
@@ -650,7 +650,7 @@ kbd {
display: flex;
width: calc(100% - var(--body-container-margin) * 2);
height: var(--body-height);
- border-radius: var(--body-container-radius);
+ border-radius: var(--body-container-radius);
overflow: hidden;
&:not(.with-sidebar--full) {
@@ -1078,7 +1078,7 @@ $outter-margin: math.div($popoveritem-height - $popovericon-size, 2);
box-shadow: 0 0 0 2px var(--color-primary-element);
}
&.active {
- border-radius: var(--border-radius-pill);
+ border-radius: var(--border-radius-pill);
background-color: var(--color-primary-light);
}
/* prevent .action class to break the design */