File tree 6 files changed +88
-5
lines changed
6 files changed +88
-5
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,10 @@ It is a summary of changes that would be pertinent to the end user of the PGEtin
7
7
## 2024-06-25
8
8
9
9
- Fixed light theme persistence
10
+ - Add link icon to links menu item
11
+ - Add help to menu
12
+ - Add patreon icon to supporters menu item
13
+ - Add styles to account for space used by help menu item
10
14
11
15
## 2024-06-19
12
16
Original file line number Diff line number Diff line change 108
108
}
109
109
}
110
110
111
- @media screen and (max-width : 750px ) {
111
+ @media screen and (min-width : 761px ) and (max-width : 900px ) {
112
+ #header {
113
+ nav {
114
+ .menu {
115
+ & .left-menu {
116
+ .item > a span {
117
+ display : none ;
118
+ }
119
+ }
120
+ }
121
+ }
122
+ }
123
+ }
124
+
125
+ @media screen and (max-width : 760px ) {
112
126
#header {
113
127
nav {
114
128
.menu {
Original file line number Diff line number Diff line change 3
3
BadgePlus ,
4
4
Bug ,
5
5
CircleDollarSign ,
6
+ CircleHelp ,
6
7
CirclePlay ,
7
8
CircleStop ,
8
9
Download ,
@@ -15,18 +16,22 @@ import {
15
16
SquareChevronRight ,
16
17
SunMoon ,
17
18
UndoDot ,
18
- Youtube } from 'lucide' ;
19
+ Youtube ,
20
+ Link ,
21
+ } from 'lucide' ;
19
22
20
23
createIcons ( {
21
24
icons : {
22
25
BadgePlus,
23
26
Bug,
27
+ CircleDollarSign,
28
+ CircleHelp,
24
29
CirclePlay,
25
30
CircleStop,
26
- CircleDollarSign,
27
31
Download,
28
32
ExternalLink,
29
33
Github,
34
+ Link,
30
35
Menu,
31
36
Newspaper,
32
37
PencilRuler,
Original file line number Diff line number Diff line change @@ -23,6 +23,11 @@ export default function mobileMenuDialog(state)
23
23
<li class="subitem">
24
24
<a id="settings-menu" tabindex="0">Settings</a>
25
25
</li>
26
+ <li class="subitem">
27
+ <a target="_blank" href="/wiki/">
28
+ <span>Help</span>
29
+ </a>
30
+ </li>
26
31
<li class="subitem">
27
32
<a id="news-and-updates">
28
33
<span>What's New</span>
Original file line number Diff line number Diff line change 65
65
<li class =" separator" ></li >
66
66
</ul >
67
67
<ul class =" menu right-menu" >
68
+ <li class =" item" >
69
+ <a target =" _blank" href =" /wiki/" title =" Help Wiki" >
70
+ <i data-lucide =" circle-help" ></i >
71
+ <span >Help</span >
72
+ </a >
73
+ </li >
68
74
<li class =" item" >
69
75
<a id =" supporters" >
70
- <!-- ICON? -- >
76
+ <svg class = " lucide " fill = " currentColor " stroke = " none " width = " 24 " height = " 24 " xmlns = " http://www.w3.org/2000/svg " viewBox = " 0 0 1080 1080 " >< rect width = " 192.44098 " height = " 963.00232 " x = " 45.960854 " y = " 58.49884 " />< circle cx = " 694.31726 " cy = " 424.37286 " r = " 357.3031 " /></ svg >
71
77
<span >Supporters</span >
72
78
</a >
73
79
</li >
92
98
</ul >
93
99
</li >
94
100
<li class =" item has-submenu" >
95
- <a tabindex =" 0" >Links</a >
101
+ <a tabindex =" 0" >
102
+ <i data-lucide =" link" ></i >
103
+ <span >Links</span >
104
+ </a >
96
105
<ul class =" submenu" >
97
106
<li class =" subitem" >
98
107
<a href =" #" id =" news-and-updates" >
You can’t perform that action at this time.
0 commit comments