mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-28 21:08:52 -07:00
fix(client): fix button style
This commit is contained in:
parent
7040bd82ed
commit
76875f9dbe
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