Skip to content

Commit

Permalink
style: adjust sidebar version number display for improved readability
Browse files Browse the repository at this point in the history
- Changed the font size of the version number in the sidebar from 'text-sm' to 'text-xs' and added 'text-gray-500' for better visual clarity. This enhances the overall appearance and consistency of the sidebar component.
  • Loading branch information
tphakala committed Jan 15, 2025
1 parent 218a1a6 commit f64e3f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/elements/sidebar.html
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
{{end}}

{{/* Version number */}}
<div class="text-center text-sm text-base-content/60" role="contentinfo">
<div class="text-center text-xs text-base-content/60 text-gray-500" role="contentinfo">
<span class="inline-flex items-center gap-1">
{{if .Settings.Version}}
{{.Settings.Version}}
Expand Down

0 comments on commit f64e3f2

Please sign in to comment.