aboutsummaryrefslogtreecommitdiffhomepage
path: root/app/Resources/static/themes/material/css/cards.scss
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2017-05-29 10:59:30 +0200
committerNicolas LÅ“uillet <nicolas@loeuillet.org>2017-05-31 13:26:29 +0200
commit812c980fa5ea03b9282e32a93723e459eee763a3 (patch)
tree3c9f39794d576a21dc966f390323549c9f367427 /app/Resources/static/themes/material/css/cards.scss
parent21242a02a170208bcdd3ffbdb351f0929f708c5a (diff)
downloadwallabag-812c980fa5ea03b9282e32a93723e459eee763a3.tar.gz
wallabag-812c980fa5ea03b9282e32a93723e459eee763a3.tar.zst
wallabag-812c980fa5ea03b9282e32a93723e459eee763a3.zip
Fixed tags display on grid view
Diffstat (limited to 'app/Resources/static/themes/material/css/cards.scss')
-rw-r--r--app/Resources/static/themes/material/css/cards.scss17
1 files changed, 17 insertions, 0 deletions
diff --git a/app/Resources/static/themes/material/css/cards.scss b/app/Resources/static/themes/material/css/cards.scss
index f5b79193..1e0155c3 100644
--- a/app/Resources/static/themes/material/css/cards.scss
+++ b/app/Resources/static/themes/material/css/cards.scss
@@ -182,6 +182,23 @@ a.original:not(.waves-effect) {
182 ul.tools-list { 182 ul.tools-list {
183 display: none; 183 display: none;
184 } 184 }
185
186 .preview {
187 float: left;
188 width: 90px;
189 height: 50px;
190
191 img {
192 max-height: 50px;
193 padding-right: 10px;
194 width: 80px;
195 }
196 }
197
198 .domain,
199 .footer {
200 font-size: 12px;
201 }
185} 202}
186 203
187.quickstart .card .card-action a, 204.quickstart .card .card-action a,