1
0
Fork 0

Make the floating account block cooler in composer

This commit is contained in:
Lim Chee Aun 2023-09-08 21:14:23 +08:00
parent c82edd2778
commit d4fc54eaf4

View file

@ -34,6 +34,10 @@
color: var(--text-insignificant-color);
line-height: 1.1;
font-size: 90%;
background-color: var(--bg-faded-blur-color);
backdrop-filter: blur(16px);
padding-inline-end: 1em;
border-radius: 9999px;
}
#compose-container textarea {