Skip to content

Commit

Permalink
logo style
Browse files Browse the repository at this point in the history
  • Loading branch information
framefactory committed Apr 5, 2019
1 parent c7466a4 commit 1a4b575
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion source/client/ui/story/TaskBar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ export default class TaskBar extends SystemView
const taskMode = this.taskProvider.ins.mode.getOptionText();

return html`
<img class="sv-logo" src="images/voyager-75grey.svg" alt="Logo"/>
<img class="sv-story-logo" src="images/voyager-75grey.svg" alt="Logo"/>
<div class="sv-mode ff-text">${taskMode}</div>
<div class="sv-spacer"></div>
<div class="sv-divider"></div>
Expand Down
2 changes: 1 addition & 1 deletion source/client/ui/story/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ ff-dock-view {
align-items: stretch;
}

.sv-logo {
.sv-story-logo {
height: 28px;
margin: 8px;
align-self: center;
Expand Down

0 comments on commit 1a4b575

Please sign in to comment.