File tree Expand file tree Collapse file tree 2 files changed +11
-10
lines changed
public/stylesheets/sass/_components Expand file tree Collapse file tree 2 files changed +11
-10
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 145145}
146146
147147.topbarSearch {
148- position : absolute ;
149- right : 60 px ;
150- -webkit-app-region : no - drag ;
148+ position : relative ;
149+ float : right ;
150+ margin-right : 10 px ;
151151 max-width : 500px ;
152+ -webkit-app-region : no- drag;
152153}
153154
154155@media (max-width : 940px ) {
You can’t perform that action at this time.
0 commit comments