From c966637c5391acdcb68f6cbde5520171b99c064f Mon Sep 17 00:00:00 2001 From: Kaleb Efflandt <72526467+macarooni-man@users.noreply.github.com> Date: Wed, 14 Feb 2024 00:41:54 -0600 Subject: [PATCH] Update base.css --- app/styles/base.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/app/styles/base.css b/app/styles/base.css index a63abaf2..9e2982fd 100644 --- a/app/styles/base.css +++ b/app/styles/base.css @@ -282,26 +282,26 @@ html { left: -15px; /* top: 0; */ transform: translateY(35px); - width: calc(100% + 30px); + width: calc(100% + 35px); height: 50px; z-index: -1; cursor: pointer; - border-radius: 5px; + border-radius: 12px; background-color: #0A0A16; /* background-image: url("../images/handle_bg.svg"); */ background-repeat: no-repeat; background-position: right; - box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.5); + /* box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.5); */ } #noVNC_control_bar_handle:after { content: ""; transition: transform 0.5s ease-in-out; background: url("../images/handle.svg"); position: absolute; - top: 22px; /* (50px-6px)/2 */ + top: 18.2px; /* (50px-13.2px)/2 */ right: 5px; - width: 5px; - height: 6px; + width: 11px; + height: 13.2px; } #noVNC_control_bar.noVNC_open #noVNC_control_bar_handle:after { transform: translateX(1px) rotate(180deg);