aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPinapelz <yukais@pinapelz.com>2025-02-08 23:09:26 -0800
committerPinapelz <yukais@pinapelz.com>2025-02-08 23:09:26 -0800
commit183902aa7930a807d89359a76cb30d0353066467 (patch)
tree9485fbecdc4e337993c1566e54526d01f43d85ee
parent3a01335036b8df4d52d09a771ec8c844247a25d2 (diff)
fix html export modal alignment
-rw-r--r--tiers.css10
1 files 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;
}
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage