This commit is contained in:
zadit
2025-02-15 12:21:47 +07:00
parent a7f350464c
commit 422398c65e
9 changed files with 241 additions and 186 deletions

View File

@@ -42,7 +42,7 @@
border-radius: 15px 15px 0 0;
position: fixed;
bottom: 75px;
bottom: 0;
right: 0;
left: 0;
}
@@ -58,7 +58,7 @@
color: rgba(88, 55, 50, 1);
position: relative;
height: 180px;
height: 220px;
}
.TotalContainer {
@@ -173,7 +173,7 @@
border-radius: 20px;
margin: 0 auto;
padding: 10px;
font-size: 1.2em;
font-size: 15px;
border: 1px solid rgba(88, 55, 50, 0.5);
resize: none; /* Prevent resizing */
overflow-wrap: break-word; /* Ensure text wraps */