Skip to content

Commit

Permalink
Update screenshots and fix tiny issue with layout.
Browse files Browse the repository at this point in the history
  • Loading branch information
prabhuramachandran committed Mar 17, 2017
1 parent fe21081 commit 98c874b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
Binary file modified docs/source/images/new_project.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/source/images/start.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/source/images/view_media.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 5 additions & 4 deletions vixen/html/vixen_ui.html
Original file line number Diff line number Diff line change
Expand Up @@ -192,18 +192,19 @@ <h3 style="margin: 5px;"> View Project: {{viewer.name}}</h3>
<br/>
Last saved at: {{viewer.last_save_time}}
</div>
</div>
</section>

<div v-if="ui.mode === 'view'" class="sans-third"
<section class="sans-third"
style="background:#f0f0f0;box-shadow:inset 0 0 10px rgba(0,0,0,0.2)">

<div v-if="viewer.current_file || (viewer.search_completed && viewer.media)"
style="padding:5px;">
<view-media class="viewer" :media="viewer.media"></view-media>
</div>
</div>
</section>
</section>

</div>
</div>
</body>

<!-- vue.js Components -->
Expand Down

0 comments on commit 98c874b

Please sign in to comment.