feat(ui): drop active-link underline + redundant page-title headers

This commit is contained in:
2026-05-15 23:27:38 -04:00
parent e92b05028b
commit 062a87e968
5 changed files with 3 additions and 35 deletions
-7
View File
@@ -1,6 +1,5 @@
<template>
<v-container fluid class="py-6">
<h1 class="fc-h1 mb-4">Gallery</h1>
<div class="fc-gallery-layout">
<div class="fc-gallery-layout__main">
<EmptyState v-if="store.isEmpty" />
@@ -63,12 +62,6 @@ function closeImage() {
</script>
<style scoped>
.fc-h1 {
font-family: 'Fraunces', Georgia, serif;
font-size: 32px;
font-weight: 500;
color: rgb(var(--v-theme-on-surface));
}
.fc-gallery-layout {
display: flex;
gap: 16px;