diff options
author | Simounet <contact@simounet.net> | 2017-12-21 17:10:46 +0100 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2017-12-26 09:02:00 +0100 |
commit | 49fb9e7cabef39c30579eee0301f1019a3251dcd (patch) | |
tree | 00ed7475050892e336e48f6dbda766b298daa191 /app/Resources/static/themes | |
parent | a8541089be426b78c4bf48743e53e17af3ef432a (diff) | |
download | wallabag-49fb9e7cabef39c30579eee0301f1019a3251dcd.tar.gz wallabag-49fb9e7cabef39c30579eee0301f1019a3251dcd.tar.zst wallabag-49fb9e7cabef39c30579eee0301f1019a3251dcd.zip |
Card tags template shared
Diffstat (limited to 'app/Resources/static/themes')
-rw-r--r-- | app/Resources/static/themes/material/css/cards.scss | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/app/Resources/static/themes/material/css/cards.scss b/app/Resources/static/themes/material/css/cards.scss index 4a442228..8f7f8f7b 100644 --- a/app/Resources/static/themes/material/css/cards.scss +++ b/app/Resources/static/themes/material/css/cards.scss | |||
@@ -250,6 +250,10 @@ a.original:not(.waves-effect) { | |||
250 | float: right; | 250 | float: right; |
251 | max-width: 6em; | 251 | max-width: 6em; |
252 | } | 252 | } |
253 | |||
254 | .tags { | ||
255 | display: inline-block; | ||
256 | } | ||
253 | } | 257 | } |
254 | 258 | ||
255 | #content .collection .collection-item { | 259 | #content .collection .collection-item { |