From 84c6fa7a1a9a60d010650f03cfa5d1d5ef79e74c Mon Sep 17 00:00:00 2001 From: ro Date: Sat, 2 Nov 2024 14:07:53 -0600 Subject: [PATCH] theme color correction, editor responsive tweaks the theme color for the dashboard was incorrect, so that has been updated and the responsive sticky for the text formatter in the page editor went funky with posts that had a lot of text so that's been adjusted so it behaves as it should when it has to resize and stick --- public/assets/css/dash/page-editor.css | 10 +++++++++- resources/views/frame.blade.php | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/public/assets/css/dash/page-editor.css b/public/assets/css/dash/page-editor.css index 22f1095..55f9c96 100644 --- a/public/assets/css/dash/page-editor.css +++ b/public/assets/css/dash/page-editor.css @@ -207,7 +207,7 @@ main > section.text-editor > div.text-editor-control { .control-freeze { position: fixed; z-index: 300; - width: 97%; + width: 900px; top: 65px; } @@ -277,6 +277,10 @@ main section.text-editor div.edit-post-wrapper pre code { main > section.text-editor { width: 97%; } + + .control-freeze { + width: 97%; + } } @media only screen and (max-width: 480px) { @@ -322,4 +326,8 @@ main section.text-editor div.edit-post-wrapper pre code { main section.text-editor div.edit-post-wrapper #highlight { font-size: 0.8em; } + + .control-freeze { + width: 96%; + } } diff --git a/resources/views/frame.blade.php b/resources/views/frame.blade.php index d63f2be..6395f49 100644 --- a/resources/views/frame.blade.php +++ b/resources/views/frame.blade.php @@ -3,7 +3,7 @@ - +