From 3c2e73fc0c01b009c7ca68b190db46b234f29bd0 Mon Sep 17 00:00:00 2001 From: schlagmichdoch Date: Fri, 12 May 2023 04:59:44 +0200 Subject: [PATCH] fix position of about background circle --- public/styles.css | 4 +++- public_included_ws_fallback/styles.css | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/public/styles.css b/public/styles.css index ddf5521..0f5afd9 100644 --- a/public/styles.css +++ b/public/styles.css @@ -1144,6 +1144,8 @@ button::-moz-focus-inner { #about x-background { position: absolute; + top: calc(28px - 250px); + right: calc(36px - 250px); width: 500px; height: 500px; border-radius: 50%; @@ -1282,7 +1284,7 @@ x-peers:empty~x-instructions { @media (hover: none) and (pointer: coarse) { x-peer { transform: scale(0.95); - padding: 4px 0; + padding: 4px; } } diff --git a/public_included_ws_fallback/styles.css b/public_included_ws_fallback/styles.css index 51334a1..3ba9d45 100644 --- a/public_included_ws_fallback/styles.css +++ b/public_included_ws_fallback/styles.css @@ -1170,6 +1170,8 @@ button::-moz-focus-inner { #about x-background { position: absolute; + top: calc(28px - 250px); + right: calc(36px - 250px); width: 500px; height: 500px; border-radius: 50%; @@ -1308,7 +1310,7 @@ x-peers:empty~x-instructions { @media (hover: none) and (pointer: coarse) { x-peer { transform: scale(0.95); - padding: 4px 0; + padding: 4px; } }