max img width

master
Bel LaPointe 2022-02-10 11:20:26 -07:00
parent d60d35b5bc
commit b11c07e55a
1 changed files with 5 additions and 1 deletions

View File

@ -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">