From 897268c771b3ab39944761666b8511f0a69baf4b Mon Sep 17 00:00:00 2001 From: MetroWind Date: Sun, 31 Aug 2025 17:11:55 -0700 Subject: Add all rooms. (Except for internal wall. Need to figure out how they work.) --- styles.css | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'styles.css') diff --git a/styles.css b/styles.css index 8279e75..2c02554 100644 --- a/styles.css +++ b/styles.css @@ -215,19 +215,17 @@ hr border-bottom: solid var(--color-border-light-1) 1px; } -.ButtonRow +.ButtonRow, .ButtonRowLeft { display: flex; - justify-content: right; gap: 10px; margin: 10px 0; align-items: baseline; } -.ButtonRowLeft +.ButtonRow { - text-align: Left; - margin-top: 10px; + justify-content: right; } .Toolbar -- cgit v1.2.3-70-g09d2