Skip to content
This repository has been archived by the owner on Jul 17, 2024. It is now read-only.

Commit

Permalink
Add a div to avoid clicking the link when you have big finger on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
Olivier Terral committed Nov 12, 2013
1 parent 7a0343f commit c4af088
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions src/index.mako.html
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,12 @@
</div>
<![endif]-->
<div id="header" class="navbar navbar-fixed-top">
<a ng-href="?topic={{topicId}}&lang={{langId}}" id="logo" class="pull-left">
<img ng-if="langId" ng-src="${version}img/logo.ch.{{langId}}.png" style="width: 246px; height: 89px"/>
<img src="${version}img/logo.ch.small.png" style="width: 19px; height: 19.5px"/>
</a>
<div id="logo" class="pull-left">
<a ng-href="?topic={{topicId}}&lang={{langId}}">
<img ng-if="langId" ng-src="${version}img/logo.ch.{{langId}}.png" style="width: 246px; height: 89px"/>
<img src="${version}img/logo.ch.small.png" style="width: 19px; height: 19.5px"/>
</a>
</div>
<div id="search-container" ng-controller="GaSearchController">
<div ga-search ga-search-map="map" ga-search-options="options" ga-search-focused="globals.searchFocused"></div>
</div>
Expand Down

0 comments on commit c4af088

Please sign in to comment.