mirror of
https://github.com/Equicord/Equicord.git
synced 2025-01-18 21:33:35 -05:00
Fix CharCount Being Blocked
This commit is contained in:
parent
56ee61957c
commit
f6ba2aec92
1 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
|||
color: var(--text-muted);
|
||||
text-align: right;
|
||||
position: absolute;
|
||||
bottom: -15px;
|
||||
bottom: 45px;
|
||||
right: 0;
|
||||
pointer-events: none;
|
||||
z-index: 1;
|
||||
|
@ -23,4 +23,4 @@
|
|||
|
||||
.char-counter .char-max {
|
||||
color: var(--text-muted);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue