This website works better with JavaScript.
Home
Explore
Help
Sign In
chemicalcrux
/
macrovision
Watch
1
Star
0
Fork
0
Code
Issues
5
Pull Requests
0
Releases
10
Wiki
Activity
Browse Source
Give buttons a height to try and make them behave on mobile Safari
tags/v0.1.0
Fen Dweller
6 years ago
parent
2132b4794f
commit
ee9c9fd1d2
2 changed files
with
3 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
macrovision.css
+1
-1
macrovision.html
+ 2
- 1
macrovision.css
View File
@@ -317,7 +317,8 @@ body.toggle-bottom-name .bottom-name {
}
#menubar button {
font-size: 24pt;
font-size: 28pt;
height: 36pt;
}
#help {
+ 1
- 1
macrovision.html
View File
@@ -84,7 +84,7 @@
</select>
</span>
<span class="menubar-group">
<button id="open-help">
Help
</button>
<button id="open-help">
<i class="far fa-question-circle"></i>
</button>
</span>
</div>
<div id="main-area">
Write
Preview
Loading…
Cancel
Save