forked from FoundKeyGang/FoundKey
fix(client): fix button style
This commit is contained in:
parent
6384d0708d
commit
6490a9829b
2 changed files with 1 additions and 1 deletions
|
@ -13,6 +13,7 @@
|
||||||
|
|
||||||
### Bugfixes
|
### Bugfixes
|
||||||
- CWを維持する設定を復活
|
- CWを維持する設定を復活
|
||||||
|
- クライアントの表示を修正
|
||||||
|
|
||||||
## 12.89.2 (2021/08/24)
|
## 12.89.2 (2021/08/24)
|
||||||
|
|
||||||
|
|
|
@ -159,7 +159,6 @@ hr {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 0; // for Safari
|
margin: 0; // for Safari
|
||||||
width: max-content;
|
|
||||||
background: none;
|
background: none;
|
||||||
border: none;
|
border: none;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
|
Loading…
Reference in a new issue