diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2023-10-11 12:12:25 -0400 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2023-10-11 12:12:25 -0400 |
commit | e09aa803cf3905c82c29dbaa9101cc4a4639cc5a (patch) | |
tree | 507ffb887044bfbcd2fd5cf89f8fe587654d01ba /app/assets/stylesheets/admin | |
parent | 3a628945ade35f3ba351ba90e271608520753174 (diff) | |
download | thoughts-e09aa803cf3905c82c29dbaa9101cc4a4639cc5a.tar.gz thoughts-e09aa803cf3905c82c29dbaa9101cc4a4639cc5a.tar.bz2 thoughts-e09aa803cf3905c82c29dbaa9101cc4a4639cc5a.zip |
We're on Markdown now
Diffstat (limited to 'app/assets/stylesheets/admin')
-rw-r--r-- | app/assets/stylesheets/admin/layout.scss | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/app/assets/stylesheets/admin/layout.scss b/app/assets/stylesheets/admin/layout.scss index 3adf7da..bf15b0d 100644 --- a/app/assets/stylesheets/admin/layout.scss +++ b/app/assets/stylesheets/admin/layout.scss | |||
@@ -83,6 +83,7 @@ body { | |||
83 | 83 | ||
84 | #entry-form { | 84 | #entry-form { |
85 | display: flex; | 85 | display: flex; |
86 | height: 100%; | ||
86 | 87 | ||
87 | fieldset { | 88 | fieldset { |
88 | border: 0; | 89 | border: 0; |
@@ -143,9 +144,16 @@ body { | |||
143 | } | 144 | } |
144 | 145 | ||
145 | .body-field { | 146 | .body-field { |
147 | height: 100%; | ||
148 | |||
146 | label { | 149 | label { |
147 | display: none; | 150 | display: none; |
148 | } | 151 | } |
152 | |||
153 | textarea { | ||
154 | width: 100%; | ||
155 | height: 100%; | ||
156 | } | ||
149 | } | 157 | } |
150 | } | 158 | } |
151 | 159 | ||