From cf60518a28e6c1eb38302cc72e1dbc56795b1e66 Mon Sep 17 00:00:00 2001 From: reschan Date: Mon, 18 Oct 2021 10:06:33 +0700 Subject: [PATCH] style: almost correct scaling of text and elements --- sq2.css | 5 +++-- sq2.html | 10 +++++----- sq2.js | 4 ++-- 3 files changed, 10 insertions(+), 9 deletions(-) diff --git a/sq2.css b/sq2.css index cc1de78..53a8813 100644 --- a/sq2.css +++ b/sq2.css @@ -198,7 +198,7 @@ td.damage-size { } .skp-tooltip { - font-size: 11px; + font-size: 0.7rem; } .draggable { @@ -266,7 +266,8 @@ p.Damage { flex-direction: column; vertical-align: top; background-color: rgb(30, 30, 30); - width: 20.5em; + width: 20.5rem; + height: 29.65rem; } .nDam { diff --git a/sq2.html b/sq2.html index 52a90ab..896cfae 100644 --- a/sq2.html +++ b/sq2.html @@ -314,7 +314,7 @@