chore: replace `misskey_app` with `sharkey_app`

This commit is contained in:
Mar0xy 2023-11-15 23:52:09 +01:00
parent 572fe7d8e7
commit 8779c0defd
No known key found for this signature in database
GPG Key ID: 56569BBE47D2C828
5 changed files with 5 additions and 5 deletions

View File

@ -217,7 +217,7 @@
font-family: BIZ UDGothic, Roboto, HelveticaNeue, Arial, sans-serif; font-family: BIZ UDGothic, Roboto, HelveticaNeue, Arial, sans-serif;
} }
#misskey_app, #sharkey_app,
#splash { #splash {
display: none !important; display: none !important;
} }

View File

@ -8,7 +8,7 @@
font-family: BIZ UDGothic, Roboto, HelveticaNeue, Arial, sans-serif; font-family: BIZ UDGothic, Roboto, HelveticaNeue, Arial, sans-serif;
} }
#misskey_app, #sharkey_app,
#splash { #splash {
display: none !important; display: none !important;
} }

View File

@ -249,7 +249,7 @@ export async function common(createVue: () => App<Element>) {
// https://github.com/misskey-dev/misskey/pull/8575#issuecomment-1114239210 // https://github.com/misskey-dev/misskey/pull/8575#issuecomment-1114239210
// なぜか2回実行されることがあるため、mountするdivを1つに制限する // なぜか2回実行されることがあるため、mountするdivを1つに制限する
const rootEl = ((): HTMLElement => { const rootEl = ((): HTMLElement => {
const MISSKEY_MOUNT_DIV_ID = 'misskey_app'; const MISSKEY_MOUNT_DIV_ID = 'sharkey_app';
const currentRoot = document.getElementById(MISSKEY_MOUNT_DIV_ID); const currentRoot = document.getElementById(MISSKEY_MOUNT_DIV_ID);

View File

@ -279,7 +279,7 @@ body {
overscroll-behavior: none; overscroll-behavior: none;
} }
#misskey_app { #sharkey_app {
width: 100%; width: 100%;
height: 100%; height: 100%;
overflow: clip; overflow: clip;

View File

@ -248,7 +248,7 @@ body {
overscroll-behavior: none; overscroll-behavior: none;
} }
#misskey_app { #sharkey_app {
width: 100%; width: 100%;
height: 100%; height: 100%;
overflow: clip; overflow: clip;