Fixed a layout issue with library and node view
This commit is contained in:
@@ -1,6 +1,14 @@
|
|||||||
<template lang="html">
|
<template lang="html">
|
||||||
<div class="layout row" style="background-color: inherit;">
|
<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-toolbar dense flat>
|
||||||
<v-spacer/>
|
<v-spacer/>
|
||||||
<v-switch
|
<v-switch
|
||||||
|
|||||||
@@ -3,9 +3,6 @@
|
|||||||
style="
|
style="
|
||||||
background-color: inherit;
|
background-color: inherit;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
width: initial;
|
|
||||||
max-width: 100%;
|
|
||||||
min-width: 320px;
|
|
||||||
"
|
"
|
||||||
>
|
>
|
||||||
<v-expansion-panel
|
<v-expansion-panel
|
||||||
|
|||||||
Reference in New Issue
Block a user