Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
Joas Schilling 2022-09-01 16:12:18 +02:00
Родитель bbddf9028e
Коммит 55a94d11b7
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 74434EFE0D2E2205
1 изменённых файлов: 1 добавлений и 21 удалений

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

@ -498,14 +498,6 @@ export default {
</script>
<style lang="scss">
body {
overflow: hidden;
/** override toastify position due to top bar */
&.has-topbar .toastify-top {
margin-top: 105px;
}
}
/* FIXME: remove after https://github.com/nextcloud/nextcloud-vue/issues/2097 is solved */
.mx-datepicker-main.mx-datepicker-popup {
@ -515,16 +507,8 @@ body {
</style>
<style lang="scss" scoped>
.content {
height: 100%;
//FIXME: remove this v-deep once nextcloud vue v4 is adopted
::v-deep .app-navigation-toggle {
top: 8px;
right: -8px;
border-radius: var(--border-radius-pill);
}
&.in-call {
&:hover ::v-deep .app-navigation-toggle {
background-color: rgba(0, 0, 0, .1) !important;
@ -554,8 +538,4 @@ body {
}
}
.app-content {
min-width: 0;
flex: 1 1 100%;
}
</style>