Skip to content

Commit

Permalink
Add the logotype to the About section in the Settings view
Browse files Browse the repository at this point in the history
  • Loading branch information
paulijar committed Jun 17, 2018
1 parent deb8453 commit 3116d70
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 4 additions & 3 deletions css/settings-user.css
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@
width: 200px;
}

.nav-icon-music {
background-image: url('../img/music-dark.svg?v=1');
}
#music-user .logotype {
max-width: 340px;
width: 100%;
}
2 changes: 2 additions & 0 deletions templates/partials/settingsview.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@
<h3 translate>About</h3>
<div>
<p>
<img class="logotype" src="<?php p(OCP\Template::image_path('music', 'logo/music_logotype_horizontal.svg')) ?>" />
<br/>
<span translate>Music</span> <span>v{{ settings.appVersion }}</span>
</p>
<p translate>
Expand Down

0 comments on commit 3116d70

Please sign in to comment.