diff options
| author | Pinapelz <yukais@pinapelz.com> | 2025-02-08 23:09:26 -0800 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2025-02-08 23:09:26 -0800 |
| commit | 183902aa7930a807d89359a76cb30d0353066467 (patch) | |
| tree | 9485fbecdc4e337993c1566e54526d01f43d85ee | |
| parent | 3a01335036b8df4d52d09a771ec8c844247a25d2 (diff) | |
fix html export modal alignment
| -rw-r--r-- | tiers.css | 10 |
1 files changed, 7 insertions, 3 deletions
@@ -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; } |
