Remove v-deeps from the sidebar

Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
This commit is contained in:
Marco Ambrosini 2020-01-16 18:09:47 +01:00 коммит произвёл Joas Schilling
Родитель c549a92b6c
Коммит e1c97dcf71
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 7076EA9751AACDDA
3 изменённых файлов: 4 добавлений и 14 удалений

6
package-lock.json сгенерированный
Просмотреть файл

@ -2773,9 +2773,9 @@
}
},
"@nextcloud/vue": {
"version": "1.2.5",
"resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-1.2.5.tgz",
"integrity": "sha512-PW7QKBYFoUwU3TuKx3qAVm/7bNENh7jiMO/atkAAstWgupXiqv59j24mejZRQeGECsP2AzF9nWbbwT6iM7YcwQ==",
"version": "1.2.7",
"resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-1.2.7.tgz",
"integrity": "sha512-hw6nqP6CpkFdj+o8wwVllSmC2h4f+oE+bSoiynlzHFt+TOxgrxh/wABkafEW7DmSCfTo4cOze9aVyoRU/zu8VA==",
"requires": {
"@nextcloud/axios": "^1.1.0",
"@nextcloud/router": "^1.0.0",

Просмотреть файл

@ -22,7 +22,7 @@
"@nextcloud/l10n": "^1.0.1",
"@nextcloud/moment": "^1.1.0",
"@nextcloud/router": "^1.0.0",
"@nextcloud/vue": "^1.2.5",
"@nextcloud/vue": "^1.2.7",
"attachmediastream": "^2.1.0",
"crypto-js": "^3.1.9-1",
"debounce": "^1.2.0",

Просмотреть файл

@ -24,7 +24,6 @@
<AppSidebar
v-if="opened"
:title="conversation.displayName"
background="cdfgf"
:starred="isFavorited"
:title-editable="canModerate && isRenamingConversation"
@update:starred="onFavoriteChange"
@ -429,15 +428,6 @@ export default {
padding: 0;
}
/** TODO: fix these in the nextcloud-vue library **/
::v-deep .app-sidebar-header {
&__menu {
right: 56px !important;
top: 6px !important;
margin-top: 0 !important;
}
}
/** Username form for guest users */
.username-form {
padding: 0 12px;