1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-21 11:05:37 +02:00

refactor(frontend): remove undefined css rules (#17051)

This commit is contained in:
かっこかり
2025-12-31 13:42:59 +09:00
committed by GitHub
parent 404fca6c2d
commit ff7d2c1083
22 changed files with 29 additions and 46 deletions

View File

@@ -4,7 +4,7 @@ SPDX-License-Identifier: AGPL-3.0-only
-->
<template>
<div :class="$style.root" class="_gaps_m">
<div class="_gaps_m">
<MkInput v-model="q_name" data-cy-server-name>
<template #label>{{ i18n.ts.instanceName }}</template>
</MkInput>
@@ -370,8 +370,3 @@ function applySettings() {
});
}
</script>
<style lang="scss" module>
.root {
}
</style>