1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-05 18:15:53 +02:00

feat(frontend): タイトルバーを表示できるように

This commit is contained in:
syuilo
2025-04-29 09:43:15 +09:00
parent 2e91cd6d45
commit d6ae4c980b
11 changed files with 213 additions and 100 deletions

View File

@@ -31,6 +31,7 @@ html {
margin: auto;
width: 64px;
height: 64px;
border-radius: 10px;
pointer-events: none;
}

View File

@@ -53,6 +53,7 @@ html.embed.noborder #splash {
margin: auto;
width: 64px;
height: 64px;
border-radius: 10px;
pointer-events: none;
}