File tree Expand file tree Collapse file tree 4 files changed +9
-11
lines changed Expand file tree Collapse file tree 4 files changed +9
-11
lines changed Original file line number Diff line number Diff line change @@ -131,7 +131,7 @@ export default async function Page(props) {
131
131
< br />
132
132
< Grid >
133
133
< Row >
134
- { Package . name . toUpperCase ( ) } < Badge > Version { Package . version } </ Badge >
134
+ { Package . name . toUpperCase ( ) } < Badge > { Package . version } </ Badge >
135
135
</ Row >
136
136
< Row > { Package . description } </ Row >
137
137
</ Grid >
Original file line number Diff line number Diff line change 1
1
.hotkey {
2
2
background : var (--theme-button-foreground );
3
3
color : var (--theme-text );
4
- flex-shrink : 0 ;
5
4
cursor : pointer ;
5
+ flex-shrink : 0 ;
6
6
font-weight : 400 ;
7
7
padding : 0 1ch 0 1ch ;
8
- user-select : none ;
9
- flex-shrink : 0 ;
10
8
text-indent : 0ch ;
9
+ user-select : none ;
11
10
}
12
11
13
12
.content {
14
- box-shadow : inset 0 0 0 2px var (--theme-button-foreground );
15
13
background : var (--theme-button-background );
16
- text-indent : 0ch ;
17
- min-width : 10% ;
18
- width : 100% ;
19
- font-weight : 400 ;
14
+ box-shadow : inset 0 0 0 2px var (--theme-button-foreground );
20
15
cursor : pointer ;
16
+ flex-shrink : 0 ;
17
+ font-weight : 400 ;
21
18
padding : 0 1ch 0 1ch ;
19
+ text-indent : 0ch ;
22
20
text-transform : uppercase ;
23
21
user-select : none ;
24
22
}
35
33
box-sizing : border-box ;
36
34
font-family : var (--font-family-mono );
37
35
font-size : var (--font-size );
36
+ flex-shrink : 0 ;
38
37
39
38
& :hover .hotkey {
40
39
background : var (--theme-focused-foreground );
Original file line number Diff line number Diff line change 7
7
outline : 0 ;
8
8
border : 0 ;
9
9
font-family : var (--font-family-mono );
10
- font-size : 10px ;
11
10
min-height : calc (var (--theme-line-height-base ) * var (--font-size ));
12
11
text-transform : uppercase ;
13
12
transition : 200ms ease all ;
Original file line number Diff line number Diff line change 5
5
"node" : " >=18"
6
6
},
7
7
"license" : " MIT" ,
8
- "version" : " 1.1.2 " ,
8
+ "version" : " 1.1.3 " ,
9
9
"scripts" : {
10
10
"dev" : " next -p 10000" ,
11
11
"build" : " next build" ,
You can’t perform that action at this time.
0 commit comments