diff options
author | Kevin Decherf <kevin@kdecherf.com> | 2019-03-03 02:13:14 +0100 |
---|---|---|
committer | Kevin Decherf <kevin@kdecherf.com> | 2019-03-03 19:22:32 +0100 |
commit | f1f1efb5def331721e03bc55ac3be81fbae8fd01 (patch) | |
tree | ffeed1726293a882d0bbb81866697c950a327a2a /app/Resources | |
parent | 806635f7d5d2ee6aa07bc5ae1246f42aef63fb3e (diff) | |
download | wallabag-f1f1efb5def331721e03bc55ac3be81fbae8fd01.tar.gz wallabag-f1f1efb5def331721e03bc55ac3be81fbae8fd01.tar.zst wallabag-f1f1efb5def331721e03bc55ac3be81fbae8fd01.zip |
material: wrap card actions, remove class hiding of creation date
Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
Diffstat (limited to 'app/Resources')
-rw-r--r-- | app/Resources/static/themes/material/css/cards.scss | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/app/Resources/static/themes/material/css/cards.scss b/app/Resources/static/themes/material/css/cards.scss index 4cbeb7bd..68001a01 100644 --- a/app/Resources/static/themes/material/css/cards.scss +++ b/app/Resources/static/themes/material/css/cards.scss | |||
@@ -102,6 +102,11 @@ main { | |||
102 | display: inline-flex; | 102 | display: inline-flex; |
103 | vertical-align: middle; | 103 | vertical-align: middle; |
104 | 104 | ||
105 | .card-reading-time, | ||
106 | .card-created-at { | ||
107 | display: inline-flex; | ||
108 | } | ||
109 | |||
105 | span { | 110 | span { |
106 | margin-right: 5px; | 111 | margin-right: 5px; |
107 | } | 112 | } |