Skip to content

Commit

Permalink
fix: tune heading of options
Browse files Browse the repository at this point in the history
  • Loading branch information
drodil committed Jul 31, 2024
1 parent c832cd7 commit d929fc1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion options.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
h2 {
font-size: 20px;
text-align: center;
user-select: none;
}

h4, hr, h2 {
Expand All @@ -42,6 +43,9 @@
#logo {
margin-right: 6px;
margin-left: 3px;
width: 22px;
height: 22px;
vertical-align: sub;
}

#version {
Expand Down Expand Up @@ -84,7 +88,7 @@
<body>
<div style="width: 350px">
<div class="container">
<h2><img src="images/icon_16.png" id="logo"></img>Youtube Auto Pause</h2>
<h2><img src="images/icon_32.png" id="logo" alt="YouTube Auto Pause"/>YouTube Auto Pause</h2>
</div>
<hr>
<div class="container">
Expand Down

0 comments on commit d929fc1

Please sign in to comment.