mirror of
https://github.com/MathMan05/Fermi.git
synced 2026-03-30 15:35:43 +00:00
Fixes creating invisible scroll on form error
Added hint when friend request is sent
This commit is contained in:
@@ -319,6 +319,7 @@ class Direct extends Guild {
|
||||
const box = text.input.deref();
|
||||
if (!box) return;
|
||||
box.value = "";
|
||||
box.placeholder = I18n.friends.requestsent();
|
||||
}
|
||||
},
|
||||
{
|
||||
|
||||
@@ -3916,7 +3916,7 @@ fieldset input[type="radio"] {
|
||||
}
|
||||
.flexspace {
|
||||
padding-bottom: 32px;
|
||||
overflow-y: auto;
|
||||
overflow-y: visible;
|
||||
position: relative;
|
||||
}
|
||||
.flexspace:has(.flexspace) {
|
||||
|
||||
@@ -263,6 +263,7 @@
|
||||
"friends": {
|
||||
"addfriend": "Add friend",
|
||||
"addfriendpromt": "Add friends by username:",
|
||||
"requestsent": "Request sent!",
|
||||
"all": "All",
|
||||
"all:": "All friends:",
|
||||
"blocked": "Blocked",
|
||||
|
||||
Reference in New Issue
Block a user