refactor(ui): better font weight, icon hover states, etc
This commit is contained in:
@@ -16,7 +16,6 @@
|
||||
<Pane class="flex flex-1 hide-scrollbar !overflow-auto">
|
||||
<Splitpanes :dbl-click-splitter="false" horizontal>
|
||||
<Pane v-if="!ZEN_MODE" style="height: auto">
|
||||
<!-- <AppAnnouncement /> -->
|
||||
<AppHeader />
|
||||
</Pane>
|
||||
<Pane class="flex flex-1 hide-scrollbar !overflow-auto">
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<template>
|
||||
<div class="page page-error">
|
||||
<h1 class="font-mono mb-4 text-4xl heading">{{ statusCode }}</h1>
|
||||
<h3 class="font-mono font-semibold select-text">{{ message }}</h3>
|
||||
<h1 class="mb-4 text-4xl heading">{{ statusCode }}</h1>
|
||||
<h3 class="select-text">{{ message }}</h3>
|
||||
<p class="mt-4">
|
||||
<ButtonSecondary to="/" icon="home" outline :label="$t('home')" />
|
||||
<ButtonSecondary
|
||||
|
||||
Reference in New Issue
Block a user