From 183902aa7930a807d89359a76cb30d0353066467 Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Sat, 8 Feb 2025 23:09:26 -0800 Subject: fix html export modal alignment --- tiers.css | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/tiers.css b/tiers.css index 1036155..9c19d89 100644 --- a/tiers.css +++ b/tiers.css @@ -180,16 +180,20 @@ img { font-size: 16px; background-color: #333; color: #ddd; + cursor: default; +} + +#modal-title{ text-align: center; - cursor: default; /* Read-only */ } #modal-description { height: 25vh; - resize: none; /* Read-only textarea */ + resize: none; + text-align: left; } -/* Removed Elements */ + .row-buttons, .top-container, .images { display: none !important; } -- cgit v1.2.3