зеркало из https://github.com/nextcloud/spreed.git
Remove v-deeps from the sidebar
Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
This commit is contained in:
Родитель
c549a92b6c
Коммит
e1c97dcf71
|
@ -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;
|
||||
|
|
Загрузка…
Ссылка в новой задаче