mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-13 13:37:31 -07:00
🎨
This commit is contained in:
parent
0ed6d30f5e
commit
80fbe938b4
2 changed files with 4 additions and 3 deletions
|
@ -46,7 +46,8 @@
|
|||
- Spinner instead of "Loading..."
|
||||
- SearchX instead of Google
|
||||
- Spacing on group items
|
||||
- Reply limit bug fixed (somewhat)
|
||||
- Quotes have solid border
|
||||
- Reply limit bug fixed
|
||||
- Custom assets
|
||||
- [OAuth bearer token authentication](https://github.com/misskey-dev/misskey/pull/9021)
|
||||
- [Styled Repair Tools](https://github.com/misskey-dev/misskey/pull/8956)
|
||||
|
|
|
@ -319,7 +319,7 @@ function readPromo() {
|
|||
margin: auto;
|
||||
width: calc(100% - 8px);
|
||||
height: calc(100% - 8px);
|
||||
border: dashed 1px var(--focus);
|
||||
border: solid 1px var(--focus);
|
||||
border-radius: var(--radius);
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
@ -507,7 +507,7 @@ function readPromo() {
|
|||
|
||||
> * {
|
||||
padding: 16px;
|
||||
border: dashed 1px var(--renote);
|
||||
border: solid 1px var(--renote);
|
||||
border-radius: 8px;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue