From 54249dabc2c7ae164097421e593a322f7d862b8a Mon Sep 17 00:00:00 2001 From: Aaran Xu Date: Sat, 8 Jan 2022 02:36:02 +0800 Subject: [PATCH] Small tweaks to Ferris size and position --- ferris.css | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/ferris.css b/ferris.css index 3712079..fb4a553 100644 --- a/ferris.css +++ b/ferris.css @@ -19,13 +19,25 @@ body.ayu .not_desired_behavior { background: #501f21; } -.ferris { +.ferris-container { position: absolute; z-index: 99; right: 5px; top: 30px; - width: 10%; - height: auto; +} + +.ferris { + vertical-align: top; + margin-left: 0.2em; + height: auto; +} + +.ferris-large { + width: 4.5em; +} + +.ferris-small { + width: 2.3em; } .ferris-explain {