forked from wallabag/wallabag
Fixed tags display on grid view
This commit is contained in:
@ -182,6 +182,23 @@ a.original:not(.waves-effect) {
|
||||
ul.tools-list {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.preview {
|
||||
float: left;
|
||||
width: 90px;
|
||||
height: 50px;
|
||||
|
||||
img {
|
||||
max-height: 50px;
|
||||
padding-right: 10px;
|
||||
width: 80px;
|
||||
}
|
||||
}
|
||||
|
||||
.domain,
|
||||
.footer {
|
||||
font-size: 12px;
|
||||
}
|
||||
}
|
||||
|
||||
.quickstart .card .card-action a,
|
||||
|
||||
@ -2,6 +2,15 @@
|
||||
* Entries
|
||||
* ========================================================================== */
|
||||
|
||||
.collection {
|
||||
margin: 15px 15px 0;
|
||||
|
||||
.collection-item {
|
||||
padding: 7px;
|
||||
height: 65px;
|
||||
}
|
||||
}
|
||||
|
||||
.results {
|
||||
height: 1em;
|
||||
|
||||
|
||||
@ -30,3 +30,23 @@ nav .input-field input {
|
||||
.tab {
|
||||
flex: 1;
|
||||
}
|
||||
|
||||
.chip {
|
||||
margin: auto 0;
|
||||
border-radius: 4px;
|
||||
background-color: #eee;
|
||||
font-weight: normal;
|
||||
height: 20px;
|
||||
line-height: normal;
|
||||
|
||||
a {
|
||||
color: #9e9e9e;
|
||||
}
|
||||
|
||||
i.material-icons {
|
||||
float: right;
|
||||
font-size: 16px;
|
||||
line-height: 32px;
|
||||
padding-left: 8px;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user