mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-09 17:47:34 +01:00
Make the floating account block cooler in composer
This commit is contained in:
parent
c82edd2778
commit
d4fc54eaf4
1 changed files with 4 additions and 0 deletions
|
@ -34,6 +34,10 @@
|
||||||
color: var(--text-insignificant-color);
|
color: var(--text-insignificant-color);
|
||||||
line-height: 1.1;
|
line-height: 1.1;
|
||||||
font-size: 90%;
|
font-size: 90%;
|
||||||
|
background-color: var(--bg-faded-blur-color);
|
||||||
|
backdrop-filter: blur(16px);
|
||||||
|
padding-inline-end: 1em;
|
||||||
|
border-radius: 9999px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#compose-container textarea {
|
#compose-container textarea {
|
||||||
|
|
Loading…
Reference in a new issue