hello @ian
the new #mastodon looks stunning !
awesome
thanks a lot
side note, this is the CSS I inject to freeze the composition column in the advanced web interface
```
.drawer {
position: fixed;
height: 100%;
z-index: 98;
background-color: #191b22;
}
body>[data-popper-placement] {
z-index: 99 !important;
}
.drawer + .column {
margin-left: 350px;
}
```
(wish there were an option to deal with this)
