Skip to content

Commit a23a391

Browse files
committed
Ensure consistency between OSX/Linux & Windows
1 parent 812c325 commit a23a391

File tree

2 files changed

+11
-10
lines changed

2 files changed

+11
-10
lines changed

app/index.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,13 @@ <h4>Starting application.</h4>
3535
<header class="topFrame">
3636
<div class="headerActionsApp"></div>
3737

38+
<ul class="appInfo">
39+
<li class="appInfo_item subNav settingsApp"></li>
40+
<li class="appInfo_item" ng-controller="UpdaterCtrl">
41+
<a href="http://www.soundnodeapp.com" target="_blank" open-external ng-class="{ updateAvailable: updateAvailable }" data-link="true"> update available! </a>
42+
</li>
43+
</ul>
44+
3845
<ul class="topbarSearch">
3946
<!-- search -->
4047
<div class="search" ng-controller="SearchInputCtrl">
@@ -49,13 +56,6 @@ <h4>Starting application.</h4>
4956
</div>
5057
<!-- search / end -->
5158
</ul>
52-
53-
<ul class="appInfo">
54-
<li class="appInfo_item subNav settingsApp"></li>
55-
<li class="appInfo_item" ng-controller="UpdaterCtrl">
56-
<a href="http://www.soundnodeapp.com" target="_blank" open-external ng-class="{ updateAvailable: updateAvailable }" data-link="true"> update available! </a>
57-
</li>
58-
</ul>
5959
</header>
6060
<!-- header / end -->
6161

app/public/stylesheets/sass/_components/_topFrame.scss

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -145,10 +145,11 @@
145145
}
146146

147147
.topbarSearch {
148-
position: absolute;
149-
right: 60px;
150-
-webkit-app-region: no-drag;
148+
position: relative;
149+
float: right;
150+
margin-right: 10px;
151151
max-width: 500px;
152+
-webkit-app-region: no-drag;
152153
}
153154

154155
@media (max-width: 940px) {

0 commit comments

Comments
 (0)