Fix missing Only mentions checkbox in Notifications

This commit is contained in:
Lim Chee Aun 2024-09-23 09:42:01 +08:00
parent 8ab209e236
commit 1a73e32211

View file

@ -238,6 +238,8 @@
}
#mentions-option {
position: relative;
z-index: 2;
float: right;
&:dir(rtl) {
float: left;