diff options
author | Daniel Jones <admin@danieljon.es> | 2020-01-28 14:45:41 +1030 |
---|---|---|
committer | Daniel Jones <admin@danieljon.es> | 2020-01-28 14:45:41 +1030 |
commit | 99202e7ea1c4085b57e2a8f34002b07423d13710 (patch) | |
tree | a7e98223afc56e51c66b02dbe2f627ae0dd8f750 | |
parent | 4607de77dc9b4863df137b3f02100d074cea92c6 (diff) | |
download | websitegenerator-99202e7ea1c4085b57e2a8f34002b07423d13710.tar.gz websitegenerator-99202e7ea1c4085b57e2a8f34002b07423d13710.zip |
extended notes max height
-rw-r--r-- | template.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template.txt b/template.txt index 2129d95..94d692e 100644 --- a/template.txt +++ b/template.txt @@ -34,7 +34,7 @@ div.viewing{max-width: 70%; width: 100%; display: inline-block; margin: 10px;} div.cover{display:inline-block; vertical-align: top; padding-top: 28px; padding-left: 15px; padding-bottom: 20px;} .content{} .pinned{margin-left: 10px; display: inline-block; border-width: 1px; width: auto; outline: 1px solid #000; outline-offset: 10px;} -.notes{margin-left: 10px; display: inline-block; border-width: 1px; width: auto; outline: 1px solid #000; outline-offset: 10px; max-height: 100px; max-width: 500px; overflow-y:scroll;} +.notes{margin-left: 10px; display: inline-block; border-width: 1px; width: auto; outline: 1px solid #000; outline-offset: 10px; max-height: 300px; max-width: 500px; overflow-y:scroll;} </style> </head> <body> |