This commit is contained in:
ThatOneCalculator 2022-07-27 10:07:52 -07:00
parent 7ae95770aa
commit eb843e7cff
2 changed files with 4 additions and 3 deletions

View file

@ -46,7 +46,8 @@
- Spinner instead of "Loading..." - Spinner instead of "Loading..."
- SearchX instead of Google - SearchX instead of Google
- Spacing on group items - Spacing on group items
- Reply limit bug fixed (somewhat) - Quotes have solid border
- Reply limit bug fixed
- Custom assets - Custom assets
- [OAuth bearer token authentication](https://github.com/misskey-dev/misskey/pull/9021) - [OAuth bearer token authentication](https://github.com/misskey-dev/misskey/pull/9021)
- [Styled Repair Tools](https://github.com/misskey-dev/misskey/pull/8956) - [Styled Repair Tools](https://github.com/misskey-dev/misskey/pull/8956)

View file

@ -319,7 +319,7 @@ function readPromo() {
margin: auto; margin: auto;
width: calc(100% - 8px); width: calc(100% - 8px);
height: calc(100% - 8px); height: calc(100% - 8px);
border: dashed 1px var(--focus); border: solid 1px var(--focus);
border-radius: var(--radius); border-radius: var(--radius);
box-sizing: border-box; box-sizing: border-box;
} }
@ -507,7 +507,7 @@ function readPromo() {
> * { > * {
padding: 16px; padding: 16px;
border: dashed 1px var(--renote); border: solid 1px var(--renote);
border-radius: 8px; border-radius: 8px;
} }
} }