Fixed a layout issue with library and node view
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -3,9 +3,6 @@
|
||||
style="
|
||||
background-color: inherit;
|
||||
overflow-y: auto;
|
||||
width: initial;
|
||||
max-width: 100%;
|
||||
min-width: 320px;
|
||||
"
|
||||
>
|
||||
<v-expansion-panel
|
||||
|
||||
Reference in New Issue
Block a user