diff options
author | terminaldweller <thabogre@gmail.com> | 2022-05-12 13:07:03 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2022-05-12 13:07:03 +0000 |
commit | 4ae9ba4b78b7ea4c18e70b51721bc88548358608 (patch) | |
tree | 89490c41d86b6d232654bfbc8e4fe1bc505355d7 /spring-front/src/index.css | |
parent | added PUT, the CRUD is done now. just need to test the crud (diff) | |
download | mdrtl-4ae9ba4b78b7ea4c18e70b51721bc88548358608.tar.gz mdrtl-4ae9ba4b78b7ea4c18e70b51721bc88548358608.zip |
some fixes
Diffstat (limited to 'spring-front/src/index.css')
-rw-r--r-- | spring-front/src/index.css | 14 |
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; |