Move join button to buffer header

This commit is contained in:
Simon Ser
2021-03-02 16:13:49 +01:00
parent b0a3cd23e4
commit 6c40561f61
3 changed files with 10 additions and 17 deletions

View File

@@ -50,14 +50,6 @@ body {
#buffer-list li.unread-highlight a {
color: #22009b;
}
#buffer-list .actions {
flex-shrink: 0;
text-align: center;
}
#buffer-list .actions a {
display: block;
padding: 10px;
}
#buffer-header, #member-list-header {
box-sizing: border-box;