aboutsummaryrefslogtreecommitdiffhomepage
path: root/app
diff options
context:
space:
mode:
authorThomas Citharel <tcit@tcit.fr>2017-05-07 17:13:08 +0200
committerThomas Citharel <tcit@tcit.fr>2017-05-07 17:13:08 +0200
commit4c6ee89c9c70f24209f2bb86de2b3137ab2d801c (patch)
treecca46b17bc9b1293a5c70c8d14b2bcb52eab4ebe /app
parent34806fab1b26eb626862d45402cb4e265cc0af5b (diff)
downloadwallabag-4c6ee89c9c70f24209f2bb86de2b3137ab2d801c.tar.gz
wallabag-4c6ee89c9c70f24209f2bb86de2b3137ab2d801c.tar.zst
wallabag-4c6ee89c9c70f24209f2bb86de2b3137ab2d801c.zip
Fix review again
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
Diffstat (limited to 'app')
-rw-r--r--app/Resources/static/themes/material/css/article.scss30
-rw-r--r--app/Resources/static/themes/material/css/cards.scss2
2 files changed, 18 insertions, 14 deletions
diff --git a/app/Resources/static/themes/material/css/article.scss b/app/Resources/static/themes/material/css/article.scss
index dc12f857..0c7735c3 100644
--- a/app/Resources/static/themes/material/css/article.scss
+++ b/app/Resources/static/themes/material/css/article.scss
@@ -103,25 +103,29 @@
103 103
104 aside { 104 aside {
105 .tools { 105 .tools {
106 font-size: 0.8em;
107 display: flex; 106 display: flex;
108 flex-flow: row wrap; 107 flex-flow: row wrap;
109 108
110 li { 109 .stats {
111 display: inline-flex; 110 font-size: 0.8em;
112 vertical-align: middle; 111 margin: 8px 15px 5px;
113 margin: 0 5px; 112
114 } 113 li {
114 display: inline-flex;
115 vertical-align: middle;
116 margin: 0 5px;
117 }
115 118
116 a { 119 a {
117 color: #000; 120 color: #000;
118 text-decoration: none; 121 text-decoration: none;
122 }
119 } 123 }
120 }
121 124
122 #list { 125 .tags {
123 float: right; 126 float: right;
124 margin: -5px 15px auto; 127 margin: 5px 15px 10px;
128 }
125 } 129 }
126 130
127 .chip { 131 .chip {
diff --git a/app/Resources/static/themes/material/css/cards.scss b/app/Resources/static/themes/material/css/cards.scss
index d0f4c828..40351475 100644
--- a/app/Resources/static/themes/material/css/cards.scss
+++ b/app/Resources/static/themes/material/css/cards.scss
@@ -143,7 +143,7 @@ main {
143 } 143 }
144} 144}
145 145
146a.original { 146a.original:not(.waves-effect) {
147 text-overflow: ellipsis; 147 text-overflow: ellipsis;
148 white-space: nowrap; 148 white-space: nowrap;
149 overflow: hidden; 149 overflow: hidden;