Merge pull request #579 from nextcloud/NC17

Adjustments for NC17
This commit is contained in:
Raimund Schlüßler 2019-08-31 20:49:13 +02:00 committed by GitHub
commit 999eae08e7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,6 +3,24 @@
*/
#app-navigation {
&:not(.vue) {
> ul > li {
> a {
background-position: inherit;
}
> .app-navigation-entry-edit {
padding-left: 5px !important;
}
}
.app-navigation-entry-menu {
ul {
align-items: unset;
li {
width: auto !important;
}
}
}
}
> ul {
> li {
background-image: unset;
@ -1034,7 +1052,7 @@
}
.multiselect__element {
line-height: 1.1em;
line-height: 1.3em;
}
}
}