Compare commits

..

No commits in common. "16e80b5ae0e9a7c03f4e9550793a20eaf866c5fc" and "6ef551a846ace9cc65ad1377d9994526cd880c4c" have entirely different histories.

2 changed files with 12 additions and 9 deletions

View File

@ -173,8 +173,6 @@ body {
font-size: 1.6rem;
line-height: 1.5;
-webkit-font-smoothing: antialiased;
display: flex;
flex-direction: column;
}
body, dialog {
@ -313,7 +311,11 @@ header nav a[aria-current] {
main {
padding: 2rem 3rem;
overflow-y: scroll;
}
body > footer {
border-top: 1px solid var(--numerus--color--light-gray);
padding: .25em 3rem;
}
.input {
@ -526,8 +528,8 @@ ul[role="menu"].action-menu li i[class^='ri-'] {
}
#profile-menu summary {
width: 4.5rem;
height: 4.5rem;
width: 7rem;
height: 7rem;
margin: 1rem 0;
border-radius: 50%;
border: none;

View File

@ -3,8 +3,6 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="application-name" content="Numerus">
<meta name="generator" content="Numerus {{ numerusVersion }}">
<title>{{ template "title" . }} — Numerus</title>
<link rel="stylesheet" type="text/css" media="screen" href="/static/numerus.css?v={{ numerusVersion }}">
<script src="/static/htmx@1.9.2.min.js"></script>
@ -14,7 +12,7 @@
</head>
<body class="filters-visible">
<header>
<h1><img src="/static/numerus.svg" alt="Numerus" width="168" height="21"></h1>
<h1><img src="/static/numerus.svg" alt="Numerus" width="261" height="33"></h1>
<nav aria-label="{{( pgettext "Main" "title" )}}" data-hx-target="main" data-hx-boost="true">
<ul>
<li><a{{if requestURIMatches (companyURI "/") }} aria-current="page"{{ end }} href="{{ companyURI "/" }}">{{( pgettext "Dashboard" "nav" )}}</a></li>
@ -28,7 +26,7 @@
</nav>
<details id="profile-menu" class="menu">
<summary aria-label="{{( gettext "Profile menu" )}}">
<i class="ri-user-6-line ri-2x"></i>
<i class="ri-user-6-line ri-3x"></i>
</summary>
<ul role="menu" class="action-menu" data-hx-push-url="false" data-hx-swap="beforeend">
<li role="presentation">
@ -89,6 +87,9 @@
{{- template "breadcrumbs" . }}
{{- template "content" . }}
</main>
<footer>
<p><small>{{printf ( gettext "<a href=\"https://numerus.cat/\">Numerus</a> Version: %s") numerusVersion | unsafe}}</small></p>
</footer>
</body>
<div x-data="snackbar">
<div x-show="show"