From 9d7b8da03cc80da0be8f6730744fc7251483f7ac Mon Sep 17 00:00:00 2001 From: ENGO150 Date: Mon, 29 May 2023 19:23:04 +0200 Subject: [PATCH] added missing css to panorama --- res/panorama/style.css | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/res/panorama/style.css b/res/panorama/style.css index 812a13d..318640a 100644 --- a/res/panorama/style.css +++ b/res/panorama/style.css @@ -1,6 +1,7 @@ #panorama { display: inline; + border-radius: 0.5vh; } #panorama_div @@ -11,12 +12,16 @@ #sipky { - margin-left: 47.5%; + margin-left: 97.5vh; } #sipky > button { - width: 50px; - height: 50px; - font-size: 30px; + width: 10vh; + height: 10vh; + font-size: xx-large; + border-radius: 0.5vh; + background-color: #B97C15; + color: #C1BFBE; + border-color: #4D2B09; } \ No newline at end of file