aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Resources/views/themes/material/public/css/main.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/Wallabag/CoreBundle/Resources/views/themes/material/public/css/main.css')
-rwxr-xr-xsrc/Wallabag/CoreBundle/Resources/views/themes/material/public/css/main.css21
1 files changed, 16 insertions, 5 deletions
diff --git a/src/Wallabag/CoreBundle/Resources/views/themes/material/public/css/main.css b/src/Wallabag/CoreBundle/Resources/views/themes/material/public/css/main.css
index 5e1ae8bd..144e259f 100755
--- a/src/Wallabag/CoreBundle/Resources/views/themes/material/public/css/main.css
+++ b/src/Wallabag/CoreBundle/Resources/views/themes/material/public/css/main.css
@@ -221,15 +221,11 @@ main ul.row {
221 padding: 0px 0.75rem; 221 padding: 0px 0.75rem;
222} 222}
223 223
224.data .card .card-content { 224.data .card .card-body {
225 height: 22em; 225 height: 22em;
226 overflow: hidden; 226 overflow: hidden;
227} 227}
228 228
229img.preview {
230 max-width: 100%;
231}
232
233.card .card-content .card-title { 229.card .card-content .card-title {
234 line-height: 32px; 230 line-height: 32px;
235} 231}
@@ -262,6 +258,21 @@ img.preview {
262 margin-right: auto; 258 margin-right: auto;
263} 259}
264 260
261.mdi-card-close:before {
262 content: "\e8aa";
263}
264
265.card .card-image {
266 height: 14em;
267}
268
269.card .card-image .preview {
270 height: 14em;
271 background-size: cover;
272 background-repeat: no-repeat;
273 background-position: 50%;
274}
275
265/* ========================================================================== 276/* ==========================================================================
266 5 = Article 277 5 = Article
267 ========================================================================== */ 278 ========================================================================== */