max img width
parent
d60d35b5bc
commit
b11c07e55a
|
|
@ -9,6 +9,10 @@
|
||||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/water.css@2/out/light.css">
|
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/water.css@2/out/light.css">
|
||||||
-->
|
-->
|
||||||
<style>
|
<style>
|
||||||
|
img {
|
||||||
|
max-width:100%;
|
||||||
|
max-height:100%;
|
||||||
|
}
|
||||||
#tree {
|
#tree {
|
||||||
max-width: 15em;
|
max-width: 15em;
|
||||||
width: 15em;
|
width: 15em;
|
||||||
|
|
@ -273,7 +277,7 @@
|
||||||
</form>
|
</form>
|
||||||
<div style="width: 100%; display: flex; flex-direction: row; flex-grow: 1;">
|
<div style="width: 100%; display: flex; flex-direction: row; flex-grow: 1;">
|
||||||
<div id="tree"></div>
|
<div id="tree"></div>
|
||||||
<div style="flex-grow: 1; margin-left: 1em;">
|
<div style="flex-grow: 1; margin-left: 1em; max-width: 1024px;">
|
||||||
<article id="searchResults" style="display: none">
|
<article id="searchResults" style="display: none">
|
||||||
</article>
|
</article>
|
||||||
<article id="article" style="display: none">
|
<article id="article" style="display: none">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue