Fix nicklist on iOS
This commit is contained in:
parent
492bd3bd60
commit
5be2f027e4
2 changed files with 11 additions and 7 deletions
|
@ -835,6 +835,10 @@ img.emojione {
|
|||
bottom: 0px;
|
||||
}
|
||||
|
||||
.content[sidebar-state=visible] #nicklist {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.navbar-fixed-bottom {
|
||||
margin: 0;
|
||||
}
|
||||
|
|
|
@ -310,7 +310,6 @@ npm run build-electron-{windows, darwin, linux}</pre>
|
|||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div id="bufferlines" class="favorite-font" ng-swipe-right="swipeRight()" ng-swipe-left="swipeLeft()" ng-swipe-disable-mouse ng-class="{'withnicklist': showNicklist}" when-scrolled="infiniteScroll()" imgur-drop>
|
||||
<div id="nicklist" ng-if="showNicklist" ng-swipe-right="swipeRight()" ng-swipe-disable-mouse class="vertical-line-left">
|
||||
<ul class="nicklistgroup list-unstyled" ng-repeat="group in nicklist">
|
||||
<li ng-repeat="nick in group.nicks|orderBy:'name'">
|
||||
|
@ -318,6 +317,7 @@ npm run build-electron-{windows, darwin, linux}</pre>
|
|||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div id="bufferlines" class="favorite-font" ng-swipe-right="swipeRight()" ng-swipe-left="swipeLeft()" ng-swipe-disable-mouse ng-class="{'withnicklist': showNicklist}" when-scrolled="infiniteScroll()" imgur-drop>
|
||||
<table>
|
||||
<tbody>
|
||||
<tr class="bufferline">
|
||||
|
|
Loading…
Reference in a new issue