From 626a6118fe1b81065b07a919b8c4be50e8c19099 Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Sun, 19 Apr 2020 11:20:17 -0400 Subject: [PATCH] Revert "Make the actions and description boxes smaller, but also give the move window a max-width" This reverts commit 47a33e4edc758ff2416c013a72fe8a9291f2b7f1. --- satiate.css | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/satiate.css b/satiate.css index d51be8c..6101d4b 100644 --- a/satiate.css +++ b/satiate.css @@ -301,15 +301,11 @@ a:hover { @media (min-aspect-ratio: 1/1) { #desc { - flex: 0.5; + flex: 1; } #actions { - flex: 0.5; - } - - #moves { - max-width: 600pt; + flex: 1; } }