Skip to content

Commit

Permalink
update preview header
Browse files Browse the repository at this point in the history
  • Loading branch information
AprilSylph committed Feb 13, 2023
1 parent 0799706 commit f80e649
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions src/options/ui.css
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,9 @@ input[type="text"]:disabled {
justify-content: space-between;
align-items: center;
height: 2em;
padding: 0 5px;
padding: 0 10px;

font-weight: 700;
}

#preview hr {
Expand All @@ -211,7 +213,6 @@ input[type="text"]:disabled {

#preview .logo {
color: var(--white-on-dark);
font-weight: bold;
}

#preview .new {
Expand Down
2 changes: 1 addition & 1 deletion src/options/ui.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ <h1>Preview</h1>
<div class="container">
<div class="header">
<span class="logo">tumblr</span>
<span class="new">New</span>
<span class="new">New post</span>
</div>
<hr>
<div class="main">
Expand Down

0 comments on commit f80e649

Please sign in to comment.