fix(client): fix button style

This commit is contained in:
syuilo 2021-08-29 16:44:15 +09:00
parent 6384d0708d
commit 6490a9829b
2 changed files with 1 additions and 1 deletions

View File

@ -13,6 +13,7 @@
### Bugfixes
- CWを維持する設定を復活
- クライアントの表示を修正
## 12.89.2 (2021/08/24)

View File

@ -159,7 +159,6 @@ hr {
display: inline-block;
padding: 0;
margin: 0; // for Safari
width: max-content;
background: none;
border: none;
cursor: pointer;