mirror of
https://github.com/Athou/commafeed.git
synced 2026-03-21 21:37:29 +00:00
bigger items on mobile
This commit is contained in:
@@ -10,6 +10,10 @@ html.mobile, html.tablet {
|
||||
.left-menu {
|
||||
display: none !important;
|
||||
}
|
||||
.left-menu .feed-link, .left-menu .category-link {
|
||||
line-height: 30px;
|
||||
font-size: 105%;
|
||||
}
|
||||
.toolbar .toolbar-expand.btn-group {
|
||||
display: inline-block !important;
|
||||
}
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
<i class="icon-wrench config pointer"></i>
|
||||
</div>
|
||||
</div>
|
||||
<div ng-click="categoryClicked(node.id, node.isTag)" ng-dblclick="showCategoryDetails(node.id, node.isTag)">
|
||||
<div class="category-link" ng-click="categoryClicked(node.id, node.isTag)" ng-dblclick="showCategoryDetails(node.id, node.isTag)">
|
||||
<span class="fldr">
|
||||
<i ng-class="{'icon-caret-right': !node.expanded, 'icon-caret-down': node.expanded}" ng-click="toggleCategory(node, $event)" ng-show="showChildren"></i>
|
||||
<i ng-class="{'icon-star' : node.id == 'starred', 'icon-inbox': node.id == 'all', 'icon-tag' : node.isTag}" ng-show="!showChildren"></i>
|
||||
|
||||
Reference in New Issue
Block a user