diff options
Diffstat (limited to 'src/css')
-rw-r--r-- | src/css/index.css | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/css/index.css b/src/css/index.css index 8ae7337..cc26dcd 100644 --- a/src/css/index.css +++ b/src/css/index.css | |||
@@ -67,11 +67,22 @@ body { | |||
67 | font-size: 1rem; | 67 | font-size: 1rem; |
68 | order: 1; | 68 | order: 1; |
69 | 69 | ||
70 | .CodeMirror-scroll { | ||
71 | margin-right: 0; | ||
72 | } | ||
73 | |||
70 | &.focus { | 74 | &.focus { |
71 | border: var(--content-focus-border); | 75 | border: var(--content-focus-border); |
72 | outline: var(--content-focus-border); | 76 | outline: var(--content-focus-border); |
73 | } | 77 | } |
74 | 78 | ||
79 | /* padding of end of line */ | ||
80 | span[role="presentation"]::after { | ||
81 | content: ''; | ||
82 | display: inline-block; | ||
83 | margin-right: 30px; | ||
84 | } | ||
85 | |||
75 | span { | 86 | span { |
76 | white-space: pre; | 87 | white-space: pre; |
77 | } | 88 | } |