refactor: standardize view headings across all components
- Add consistent view heading IDs and structure - Add consistent help buttons and back navigation - Improve spacing and typography consistency
This commit is contained in:
@@ -14,7 +14,7 @@ Raymer * @version 1.0.0 */
|
||||
:data-active-did="activeDid"
|
||||
>
|
||||
<!-- Main View Heading -->
|
||||
<div class="flex gap-4 items-center mb-8">
|
||||
<div class="flex gap-4 items-center mb-4">
|
||||
<h1 id="ViewHeading" class="text-2xl font-bold leading-none">
|
||||
{{ AppString.APP_NAME }}
|
||||
<span class="text-xs font-medium text-slate-500 uppercase">{{
|
||||
@@ -22,6 +22,7 @@ Raymer * @version 1.0.0 */
|
||||
}}</span>
|
||||
</h1>
|
||||
|
||||
<!-- Help button -->
|
||||
<router-link
|
||||
:to="{ name: 'help' }"
|
||||
class="block ms-auto text-sm text-center text-white bg-gradient-to-b from-blue-400 to-blue-700 shadow-[inset_0_-1px_0_0_rgba(0,0,0,0.5)] p-1.5 rounded-full"
|
||||
|
||||
Reference in New Issue
Block a user