feat(ui): drop active-link underline + redundant page-title headers
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user