Fixed a layout issue with library and node view

This commit is contained in:
Stefan Zermatten
2019-11-04 13:38:42 +02:00
parent dfa13ef2c3
commit 79a4488a28
2 changed files with 9 additions and 4 deletions

View File

@@ -1,6 +1,14 @@
<template lang="html">
<div class="layout row" style="background-color: inherit;">
<div class="layout column" style="background-color: inherit;">
<div
class="layout column"
style="
background-color: inherit;
width: initial;
max-width: 100%;
min-width: 320px;
"
>
<v-toolbar dense flat>
<v-spacer/>
<v-switch

View File

@@ -3,9 +3,6 @@
style="
background-color: inherit;
overflow-y: auto;
width: initial;
max-width: 100%;
min-width: 320px;
"
>
<v-expansion-panel