about summary refs log tree commit diff stats
path: root/app/assets/stylesheets/admin
diff options
context:
space:
mode:
authorStar Rauchenberger <fefferburbia@gmail.com>2023-10-21 22:52:41 -0400
committerStar Rauchenberger <fefferburbia@gmail.com>2023-10-21 22:52:41 -0400
commit20f2479b33bc548c4736cdc1ceffde6e3af3a31d (patch)
treefcc7416ee5cc9302235fb47b716298d254343433 /app/assets/stylesheets/admin
parent41155441c9412ab0dba0b62f606cdef5488343f1 (diff)
downloadthoughts-20f2479b33bc548c4736cdc1ceffde6e3af3a31d.tar.gz
thoughts-20f2479b33bc548c4736cdc1ceffde6e3af3a31d.tar.bz2
thoughts-20f2479b33bc548c4736cdc1ceffde6e3af3a31d.zip
Added quote editing
Diffstat (limited to 'app/assets/stylesheets/admin')
-rw-r--r--app/assets/stylesheets/admin/layout.scss13
1 files changed, 13 insertions, 0 deletions
diff --git a/app/assets/stylesheets/admin/layout.scss b/app/assets/stylesheets/admin/layout.scss index dbf84d2..f0017ed 100644 --- a/app/assets/stylesheets/admin/layout.scss +++ b/app/assets/stylesheets/admin/layout.scss
@@ -152,6 +152,19 @@ body {
152 height: 100%; 152 height: 100%;
153 } 153 }
154 } 154 }
155
156 .halfbody-field {
157 height: 40%;
158
159 label {
160 display: none;
161 }
162
163 textarea {
164 width: 100%;
165 height: 100%;
166 }
167 }
155} 168}
156 169
157#entries { 170#entries {