Merge pull request #2157 from nextcloud/build/webpack-shared-config

This commit is contained in:
Julius Härtl
2020-07-31 21:45:39 +02:00
committed by GitHub
27 changed files with 153 additions and 155 deletions

View File

@@ -158,6 +158,7 @@ export default {
color: var(--color-text-light);
}
}
::v-deep .app-navigation-toggle {
display: none;
}

View File

@@ -87,7 +87,7 @@ export default {
display: flex;
flex-grow: 1;
input[type="text"] {
input[type='text'] {
flex-grow: 1;
}
}

View File

@@ -248,7 +248,7 @@ export default {
display: flex;
flex-grow: 1;
input[type="text"] {
input[type='text'] {
flex-grow: 1;
}
}