diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/navbar.templ | 41 |
1 files changed, 21 insertions, 20 deletions
diff --git a/templates/navbar.templ b/templates/navbar.templ index 384e1de..dd34d4b 100644 --- a/templates/navbar.templ +++ b/templates/navbar.templ @@ -34,9 +34,11 @@ templ navbar() { xmlns="http://www.w3.org/2000/svg" > <circle - cx="9.5" cy="9.5" r="9" + cx="9.5" + cy="9.5" + r="9" stroke-linejoin="round" - /> + ></circle> <path d="M 9.5 .5 C 9.5 .5 @@ -46,7 +48,7 @@ templ navbar() { 9.5 18.5 9.5 18.5" stroke-linejoin="round" - /> + ></path> <path d="M 9.5 .5 C 9.5 .5 @@ -56,10 +58,10 @@ templ navbar() { 9.5 18.5 9.5 18.5" stroke-linejoin="round" - /> - <path d="M .5 9.5 H 18.5" stroke-linejoin="round" /> - <path d="M 17.0 5.0 H 2.0" stroke-linejoin="round" /> - <path d="M 17.0 14.0 H 2.0" stroke-linejoin="round" /> + ></path> + <path d="M .5 9.5 H 18.5" stroke-linejoin="round"></path> + <path d="M 17.0 5.0 H 2.0" stroke-linejoin="round"></path> + <path d="M 17.0 14.0 H 2.0" stroke-linejoin="round"></path> </svg> { p.T("Language") } </a> @@ -95,51 +97,50 @@ templ navbar() { 10.3333 7.28451" stroke-width="1.5" stroke-linecap="round" - /> - + ></path> <path d="M 12 2 V 4" stroke-width="1.5" stroke-linecap="round" - /> + ></path> <path d="M 12 20 V 22" stroke-width="1.5" stroke-linecap="round" - /> + ></path> <path d="M 4 12 L 2 12" stroke-width="1.5" stroke-linecap="round" - /> + ></path> <path d="M 22 12 L 20 12" stroke-width="1.5" stroke-linecap="round" - /> - + ></path> <path d="M 19.7778 4.22266 L 17.5558 6.25424" stroke-width="1.5" stroke-linecap="round" - /> + ></path> <path d="M 4.22217 4.22266 L 6.44418 6.25424" stroke-width="1.5" stroke-linecap="round" - /> + ></path> <path d="M 6.44434 17.5557 L 4.22211 19.7779" stroke-width="1.5" stroke-linecap="round" - /> + ></path> <path d="M 19.7778 19.7773 L 17.5558 17.5551" stroke-width="1.5" stroke-linecap="round" - /> + ></path> } else { - <path d="M 21.0672 11.8568 + <path + d="M 21.0672 11.8568 L 20.4253 11.469 L 21.0672 11.8568 Z @@ -219,7 +220,7 @@ templ navbar() { L 3.98703 16.6245 Z " - /> + ></path> } </svg> </button> |