aboutsummaryrefslogtreecommitdiffstats
path: root/spring-front/src/index.css
diff options
context:
space:
mode:
Diffstat (limited to 'spring-front/src/index.css')
-rw-r--r--spring-front/src/index.css14
1 files changed, 11 insertions, 3 deletions
diff --git a/spring-front/src/index.css b/spring-front/src/index.css
index b5206ae..942cb96 100644
--- a/spring-front/src/index.css
+++ b/spring-front/src/index.css
@@ -1,7 +1,7 @@
body {
font-family: "DejaVuSansMono NF", Helvetica, monospace;
height: 95vh;
- width: 95vw;
+ width: 98vw;
background-color: #000000;
color: #ffffff;
}
@@ -21,6 +21,14 @@ code {
line-height: 15pt;
}
+.split.right pre {
+ direction: ltr;
+}
+
+.split.right code {
+ direction: ltr;
+}
+
.split {
height: 100%;
width: 50%;
@@ -60,8 +68,8 @@ code {
position: absolute;
top: 0;
left: 0;
- width: 47%;
- max-width: 47%;
+ width: 49%;
+ max-width: 49%;
height: 100%;
max-height: 100%;
margin: 0px;