From b93cf803f05836450054b908f5b22c1ecb4ef20b Mon Sep 17 00:00:00 2001 From: arzumify Date: Sat, 2 Mar 2024 12:32:09 +0000 Subject: [PATCH] Update static/css/style.css --- static/css/style.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/static/css/style.css b/static/css/style.css index 93eb6a0..c7ca946 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -127,6 +127,14 @@ body { font-family: "Inter", sans-serif; } +.hiddenButton { + right: 0px; + position: fixed; + background-color: var(--editor); + color: var(--editor); + padding: 20px; +} + /* Web app */ .topBar { position: fixed;