From c40ab9a7260948c072a4754321dd76b6e2e844e0 Mon Sep 17 00:00:00 2001 From: Anand Chitipothu Date: Fri, 7 May 2021 18:32:06 +0530 Subject: [PATCH] style: style tweaks --- community/public/css/style.less | 25 +++++++++++++++---------- community/www/sketches/index.html | 2 +- 2 files changed, 16 insertions(+), 11 deletions(-) diff --git a/community/public/css/style.less b/community/public/css/style.less index 9ec00b92..fb4da4a0 100644 --- a/community/public/css/style.less +++ b/community/public/css/style.less @@ -271,15 +271,20 @@ section.lightgray { } @media (max-width: 768px) { - .canvas-wrapper { - padding-top: 10px; + .canvas-wrapper { + padding-top: 10px; + } + .code-wrapper { + min-height: 50px; + } + .CodeMirror { + min-height: 50px; + } + } +} + +.sketch-header { + input#sketch-title { + font-weight: bold; } - .code-wrapper { - min-height: 50px; - } - .CodeMirror { - min-height: 50px; - } - } - } diff --git a/community/www/sketches/index.html b/community/www/sketches/index.html index 71ad9996..074a8d1c 100644 --- a/community/www/sketches/index.html +++ b/community/www/sketches/index.html @@ -13,7 +13,7 @@

Recent Sketches

- Create a New Sketch + Create a New Sketch