aboutsummaryrefslogtreecommitdiffhomepage
path: root/app/Resources/static/themes/material/css/cards.scss
diff options
context:
space:
mode:
Diffstat (limited to 'app/Resources/static/themes/material/css/cards.scss')
-rw-r--r--app/Resources/static/themes/material/css/cards.scss24
1 files changed, 9 insertions, 15 deletions
diff --git a/app/Resources/static/themes/material/css/cards.scss b/app/Resources/static/themes/material/css/cards.scss
index 9ae1be82..80c9f253 100644
--- a/app/Resources/static/themes/material/css/cards.scss
+++ b/app/Resources/static/themes/material/css/cards.scss
@@ -173,7 +173,6 @@ a.original:not(.waves-effect) {
173 173
174.card-tag-labels li { 174.card-tag-labels li {
175 display: flex; 175 display: flex;
176 justify-content: space-between;
177} 176}
178 177
179.card-entry-tags a, 178.card-entry-tags a,
@@ -186,15 +185,12 @@ a.original:not(.waves-effect) {
186 color: #fff; 185 color: #fff;
187} 186}
188 187
189.card-tag-labels a {
190 height: 100%;
191 align-items: center;
192}
193
194.card-tag-link { 188.card-tag-link {
195 display: flex; 189 width: calc(100% - 48px);
196 min-width: 100px; 190 line-height: 1.3;
197 flex-grow: 1; 191 white-space: nowrap;
192 text-overflow: ellipsis;
193 overflow: hidden;
198} 194}
199 195
200.card-tag-form { 196.card-tag-form {
@@ -205,22 +201,20 @@ a.original:not(.waves-effect) {
205 201
206.card-tag-form input { 202.card-tag-form input {
207 margin-bottom: 0; 203 margin-bottom: 0;
208 height: 2rem; 204 height: 1.8rem;
209} 205}
210 206
211.card-tag-rss { 207.card-tag-icon {
212 display: flex; 208 display: flex;
213} 209}
214 210
215.card-tag-labels { 211.card-tag-labels {
216 display: flex; 212 display: grid;
217 flex-wrap: wrap; 213 grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
218} 214}
219 215
220.card-tag-labels li { 216.card-tag-labels li {
221 margin: 10px; 217 margin: 10px;
222 flex-basis: 19%;
223 flex-grow: 1;
224 align-items: center; 218 align-items: center;
225} 219}
226 220