From ac30328f89b410368f8abe2c82d959ac5bd023b3 Mon Sep 17 00:00:00 2001 From: Aevann Date: Fri, 6 Oct 2023 17:36:21 +0300 Subject: [PATCH] add emoji button to curreny gifting interface --- files/assets/css/main.css | 3 ++- files/templates/userpage/banner.html | 36 +++++++++++++++++++++------- 2 files changed, 30 insertions(+), 9 deletions(-) diff --git a/files/assets/css/main.css b/files/assets/css/main.css index 47684612d..3f92140b7 100644 --- a/files/assets/css/main.css +++ b/files/assets/css/main.css @@ -7243,9 +7243,10 @@ input[type=number] { min-height: 100px; } -#note { +#note, #coin-transfer-reason, #bux-transfer-reason, #coin-transfer-reason-mobile, #bux-transfer-reason-mobile { min-height: 60px; } + #notelabel { font-size: 16px; } diff --git a/files/templates/userpage/banner.html b/files/templates/userpage/banner.html index b4f1690e0..9b1c110d0 100644 --- a/files/templates/userpage/banner.html +++ b/files/templates/userpage/banner.html @@ -208,15 +208,25 @@
- -
{{u.username}} will receive 0 coins
+ +
+ {{macros.emoji_btn('coin-transfer-reason')}} +
+
+ {{u.username}} will receive 0 coins +
- -
{{u.username}} will receive 0 marseybux
+ +
+ {{macros.emoji_btn('bux-transfer-reason')}} +
+
+ {{u.username}} will receive 0 marseybux +
@@ -513,15 +523,25 @@
- -
{{u.username}} will receive 0 coins
+ +
+ {{macros.emoji_btn('coin-transfer-reason-mobile')}} +
+
+ {{u.username}} will receive 0 coins +
- -
{{u.username}} will receive 0 marseybux
+ +
+ {{macros.emoji_btn('bux-transfer-reason-mobile')}} +
+
+ {{u.username}} will receive 0 marseybux +
{{userpage_admintools.userAdminTools('mobile')}}