Fixes creating invisible scroll on form error

Added hint when friend request is sent
This commit is contained in:
Rgoplay
2026-02-17 12:38:54 +01:00
parent 8bde2cfbff
commit dac2cc135f
3 changed files with 3 additions and 1 deletions

View File

@@ -319,6 +319,7 @@ class Direct extends Guild {
const box = text.input.deref();
if (!box) return;
box.value = "";
box.placeholder = I18n.friends.requestsent();
}
},
{

View File

@@ -3916,7 +3916,7 @@ fieldset input[type="radio"] {
}
.flexspace {
padding-bottom: 32px;
overflow-y: auto;
overflow-y: visible;
position: relative;
}
.flexspace:has(.flexspace) {

View File

@@ -263,6 +263,7 @@
"friends": {
"addfriend": "Add friend",
"addfriendpromt": "Add friends by username:",
"requestsent": "Request sent!",
"all": "All",
"all:": "All friends:",
"blocked": "Blocked",