Skip to content

Commit

Permalink
refactor(frontend): 2024.10.1でのリファクタリングに伴う変更
Browse files Browse the repository at this point in the history
  • Loading branch information
MattyaDaihuku committed Oct 18, 2024
1 parent 2ea53ec commit 0e39ea5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/frontend/src/components/MkInstanceIcon.vue
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ const faviconUrl = computed(() => getProxiedImageUrlNullable(props.instance?.fav
height: 25px;
border-radius: 50%;
opacity: 0.7;
background: var(--panel);
box-shadow: 0 0 0 2px var(--panel);
background: var(--MI_THEME-panel);
box-shadow: 0 0 0 2px var(--MI_THEME-panel);
}

@container (max-width: 580px) {
Expand Down

0 comments on commit 0e39ea5

Please sign in to comment.