summaryrefslogtreecommitdiff
path: root/static/styles.css
diff options
context:
space:
mode:
authorcyfraeviolae <cyfraeviolae>2022-08-28 02:32:00 -0400
committercyfraeviolae <cyfraeviolae>2022-08-28 02:32:00 -0400
commitc6d2859dd229d6ad058440feac910b9905a761d7 (patch)
tree884b4aa604841ccc72ce63d10067ef15744193c9 /static/styles.css
parent4ab74d6a630b3a8b74bd1f96f00309d157844c43 (diff)
k1 for ffff, diagrams int ext
Diffstat (limited to 'static/styles.css')
-rw-r--r--static/styles.css13
1 files changed, 10 insertions, 3 deletions
diff --git a/static/styles.css b/static/styles.css
index 5ea8a95..768aba7 100644
--- a/static/styles.css
+++ b/static/styles.css
@@ -20,7 +20,7 @@ ul {
}
pre {
- white-space: pre-wrap;
+ /* white-space: pre-wrap; */
}
details[open=""] {
@@ -51,6 +51,13 @@ code {
max-height: 200px;
max-width: 300px;
min-height: 150px;
- /* width: 48%; */
- /* height: auto; */
+}
+
+.demo {
+ border: 1px dotted grey;
+ display: inline-block;
+ padding: 20px;
+ overflow-x: scroll;
+ width: 100%;
+ box-sizing: border-box;
}