From 9463109288e8e9418dee1e57a0888b62119d79bf Mon Sep 17 00:00:00 2001 From: maaa Date: Sat, 22 Jun 2024 01:34:18 +0200 Subject: [PATCH] fr --- static/css/style.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/static/css/style.css b/static/css/style.css index 6239198..857f8cc 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -306,7 +306,7 @@ body { } .notesBar .noteButton, .notesBar .loadingStuff { - width: calc(100% - 7px - 7px - 3.5px); + width: calc(100% - 7px - 3px); height: 35px; line-height: 0; padding: 10px; @@ -393,11 +393,13 @@ body { font-size: 16px; color: var(--text-color); background-color: var(--editor); - width: calc(100% - 180px); + width: calc(100% - 200px); height: calc(100% - 50px - 30px); font-family: "Inter", sans-serif; display: flex; flex-direction: row; + margin: 10px; + outline: none; z-index: -1; }