max img width
This commit is contained in:
@@ -9,6 +9,10 @@
|
||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/water.css@2/out/light.css">
|
||||
-->
|
||||
<style>
|
||||
img {
|
||||
max-width:100%;
|
||||
max-height:100%;
|
||||
}
|
||||
#tree {
|
||||
max-width: 15em;
|
||||
width: 15em;
|
||||
@@ -273,7 +277,7 @@
|
||||
</form>
|
||||
<div style="width: 100%; display: flex; flex-direction: row; flex-grow: 1;">
|
||||
<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>
|
||||
<article id="article" style="display: none">
|
||||
|
||||
Reference in New Issue
Block a user