1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-08-01 17:38:38 +00:00

Fix reviews

Signed-off-by: Aline <chetta.aline@gmail.com>
This commit is contained in:
Aline 2017-05-07 15:07:50 +02:00
parent 14f58edd80
commit 34806fab1b
10 changed files with 33 additions and 9 deletions

View file

@ -27,6 +27,10 @@ main {
color: #313131;
}
.card-content .card-title {
display: inline-block;
}
.card-content .activator,
.card-reveal .activator {
cursor: pointer;
@ -111,6 +115,10 @@ main {
.reading-time {
display: inline-flex;
vertical-align: middle;
span {
margin-right: 5px;
}
}
}

View file

@ -138,6 +138,10 @@ a.icon-image {
&.shaarli::before {
background: url("../../_global/img/icons/shaarli.png") no-repeat center/80%;
}
&.scuttle::before {
background: url("../../_global/img/icons/scuttle.png") no-repeat center/80%;
}
}
.icon-google-plus2::before {

View file

@ -7,6 +7,10 @@
li {
padding: 0;
&.logo > a:hover {
background: initial;
}
}
a {

View file

@ -22,3 +22,11 @@ div.settings div.file-field {
nav .input-field input {
margin: 0;
}
.tabs {
display: flex;
}
.tab {
flex: 1;
}