aboutsummaryrefslogtreecommitdiffhomepage
path: root/app
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2020-04-21 18:08:48 +0200
committerNicolas LÅ“uillet <nicolas@loeuillet.org>2020-04-22 14:58:24 +0200
commita6b5b8f7a9a0bb3cdf437bbf020dcb1faadf00e9 (patch)
treec6f680012916625b3e07ea269a257016e0fad3c7 /app
parentb367534991cffe583b227aed1bad2de607266f8f (diff)
downloadwallabag-a6b5b8f7a9a0bb3cdf437bbf020dcb1faadf00e9.tar.gz
wallabag-a6b5b8f7a9a0bb3cdf437bbf020dcb1faadf00e9.tar.zst
wallabag-a6b5b8f7a9a0bb3cdf437bbf020dcb1faadf00e9.zip
Changed visibility for article stats
Diffstat (limited to 'app')
-rw-r--r--app/Resources/static/themes/material/css/article.scss11
1 files changed, 7 insertions, 4 deletions
diff --git a/app/Resources/static/themes/material/css/article.scss b/app/Resources/static/themes/material/css/article.scss
index baa00372..edfd6007 100644
--- a/app/Resources/static/themes/material/css/article.scss
+++ b/app/Resources/static/themes/material/css/article.scss
@@ -111,7 +111,7 @@
111 flex-flow: row wrap; 111 flex-flow: row wrap;
112 112
113 .stats { 113 .stats {
114 font-size: 0.8em; 114 font-size: 0.7em;
115 margin: 8px 5px 5px; 115 margin: 8px 5px 5px;
116 116
117 li { 117 li {
@@ -122,6 +122,7 @@
122 i.material-icons { 122 i.material-icons {
123 color: #3e3e3e; 123 color: #3e3e3e;
124 margin-right: 3px; 124 margin-right: 3px;
125 font-size: 18px;
125 } 126 }
126 } 127 }
127 128
@@ -138,10 +139,12 @@
138 } 139 }
139 140
140 .chip { 141 .chip {
141 background-color: $blueAccentColor; 142 background-color: #9e9e9e;
142 padding: 0 15px 0 10px; 143 padding: 0 15px 0 10px;
143 margin: auto 2px; 144 margin: auto 2px;
144 border-radius: 6px; 145 border-radius: 6px;
146 height: 18px;
147 line-height: 18px;
145 148
146 a, 149 a,
147 i { 150 i {
@@ -150,8 +153,8 @@
150 153
151 i.material-icons { 154 i.material-icons {
152 float: right; 155 float: right;
153 font-size: 20px; 156 font-size: 16px;
154 line-height: 32px; 157 line-height: 18px;
155 padding-left: 8px; 158 padding-left: 8px;
156 } 159 }
157 } 160 }