File tree 2 files changed +14
-1
lines changed
2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 70
70
< div class ="burger ">
71
71
< a href ="# " onClick ="togglePlaylist(); return false; " title ="Show playlist "> < i class ="fas fa-list-ul "> </ i > </ a >
72
72
</ div >
73
+ < div class ="info ">
74
+ < a href ="https://github.com/open-dynaMIX/simple-mpv-webui " target ="_blank " title ="simple-mpv-webui on GitHub "> < i class ="fas fa-info "> </ i > </ a >
75
+ </ div >
73
76
< h1 id ="title "> Title</ h1 >
74
77
< h2 id ="artist "> Artist</ h2 >
75
78
< h3 id ="album "> Album</ h3 >
Original file line number Diff line number Diff line change 43
43
float : right;
44
44
font-size : 8vw ;
45
45
/*top right bottom left*/
46
- margin : 0 30px 30 px 30px ;
46
+ margin : 0 30px 0 30px ;
47
47
}
48
48
49
49
.burger a {
50
50
color : var (--main-fg-color );
51
51
}
52
52
53
+ .info {
54
+ float : right;
55
+ font-size : 6.55vw ;
56
+ margin : 7px 30px 0 10px ;
57
+ }
58
+
59
+ .info a {
60
+ color : var (--main-fg-color );
61
+ }
62
+
53
63
.button {
54
64
text-align : center;
55
65
display : inline-block;
You can’t perform that action at this time.
0 commit comments