File tree Expand file tree Collapse file tree 1 file changed +15
-8
lines changed Expand file tree Collapse file tree 1 file changed +15
-8
lines changed Original file line number Diff line number Diff line change @@ -11,17 +11,16 @@ const store = useStore()
11
11
<template >
12
12
<nav class =" nav" >
13
13
<div class =" upper" >
14
- <img
14
+ <button
15
15
class =" nav-logo"
16
- role =" button"
17
- tabindex =" 0"
18
- width =" 30"
19
- height =" 30"
20
- title =" Go to Gitification repository"
21
- draggable =" false"
22
- src =" /src/assets/img/icon.png"
23
16
@click =" open(REPO_LINK)"
24
17
>
18
+ <img
19
+ title =" Go to Gitification repository"
20
+ draggable =" false"
21
+ src =" /src/assets/img/icon.png"
22
+ >
23
+ </button >
25
24
</div >
26
25
<div class =" lower" >
27
26
<SidebarButton
@@ -87,6 +86,14 @@ const store = useStore()
87
86
@include focus-visible ;
88
87
border :1px solid black ;
89
88
border-radius : 50% ;
89
+ width : 30px ;
90
+ height : 30px ;
91
+
92
+ img {
93
+ border-radius : 50% ;
94
+ width : 100% ;
95
+ height : 100% ;
96
+ }
90
97
91
98
& :hover ,
92
99
& :active {
You can’t perform that action at this time.
0 commit comments