From ed8a0b8c6dd98d4edaec5d2a7d5c658b4f7898ef Mon Sep 17 00:00:00 2001 From: Leonardo Bishop Date: Mon, 31 Jul 2023 03:08:23 +0100 Subject: Adjust style for looking at info --- code/ui/character/LookingAtInfo.razor | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) (limited to 'code') diff --git a/code/ui/character/LookingAtInfo.razor b/code/ui/character/LookingAtInfo.razor index 098feb4..dceb627 100644 --- a/code/ui/character/LookingAtInfo.razor +++ b/code/ui/character/LookingAtInfo.razor @@ -18,23 +18,26 @@ lookingatinfo { flex-direction: column; } .box { - /* backdrop-filter-blur: 8px; - background-color: rgba(0, 0, 0, 0.20); - padding: 10px; - color: white; */ + backdrop-filter-blur: 8px; + background-color: rgba(0, 0, 0, 0.10); + padding: 5px; + color: white; font-weight: 700; - font-size: 25px; + font-size: 20px; font-family: "Roboto"; - margin-top: 60px; + margin-top: 100px; } .text { - text-shadow: 1px 1px 0px 0px rgba(0,0,0,0.75); + /* text-shadow: 1px 1px 0px 0px rgba(0,0,0,0.75); */ } +@if (GetLookingAtName() != "") +{
@GetLookingAtName()
+} @code { -- cgit v1.2.3-70-g09d2