From 384a6aba8244686e71c555aab60dbd64777ade35 Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Tue, 11 Feb 2020 14:51:10 -0500 Subject: [PATCH] Change menu font size to be pt, not percent --- macrovision.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/macrovision.css b/macrovision.css index 55ec64b4..ac5b425e 100644 --- a/macrovision.css +++ b/macrovision.css @@ -245,11 +245,11 @@ body.toggle-bottom-name .bottom-name { #spawners > button { display: none; - font-size: 200%; + font-size: 24pt; } #spawners > select { display: none; - font-size: 200%; + font-size: 24pt; margin-right: 50px; } @@ -263,5 +263,5 @@ body.toggle-bottom-name .bottom-name { } #menubar button { - font-size: 300%; + font-size: 24pt; } \ No newline at end of file