[Glitch] Fix account note textarea being interactable before the relationship gets fetched

Port 375add0c83 to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
Claire
2025-06-05 10:49:26 +02:00
parent 4dbbe520fb
commit 802ade62ce
2 changed files with 33 additions and 11 deletions

View File

@@ -8506,6 +8506,20 @@ noscript {
font-weight: 400;
margin-bottom: 10px;
&__loading-indicator-wrapper {
position: relative;
height: 37px;
.loading-indicator {
left: 10px;
}
.circular-progress {
width: 14px;
height: 14px;
}
}
label {
display: block;
font-size: 12px;