aboutsummaryrefslogtreecommitdiffhomepage
path: root/app/Resources/static/themes/material/css/entries.scss
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2017-05-31 21:18:14 +0200
committerGitHub <noreply@github.com>2017-05-31 21:18:14 +0200
commit757ec837bea7f57dcefb71b3b90c66299ed6a922 (patch)
tree5300cd32c72dfde73fa128911e952374e8c2fc95 /app/Resources/static/themes/material/css/entries.scss
parentec8e7ffad48c9920b4b63b8e278c8bec1fc6f480 (diff)
parent84b041e87f1e2642627bb4f86284ed538333eb1d (diff)
downloadwallabag-757ec837bea7f57dcefb71b3b90c66299ed6a922.tar.gz
wallabag-757ec837bea7f57dcefb71b3b90c66299ed6a922.tar.zst
wallabag-757ec837bea7f57dcefb71b3b90c66299ed6a922.zip
Merge pull request #3077 from wallabag/add-tags-list-view
Added tags on list view
Diffstat (limited to 'app/Resources/static/themes/material/css/entries.scss')
-rw-r--r--app/Resources/static/themes/material/css/entries.scss9
1 files changed, 9 insertions, 0 deletions
diff --git a/app/Resources/static/themes/material/css/entries.scss b/app/Resources/static/themes/material/css/entries.scss
index b6a46a9e..c667be27 100644
--- a/app/Resources/static/themes/material/css/entries.scss
+++ b/app/Resources/static/themes/material/css/entries.scss
@@ -2,6 +2,15 @@
2 * Entries 2 * Entries
3 * ========================================================================== */ 3 * ========================================================================== */
4 4
5.collection {
6 margin: 15px 15px 0;
7
8 .collection-item {
9 padding: 7px;
10 height: 65px;
11 }
12}
13
5.results { 14.results {
6 height: 1em; 15 height: 1em;
7 16