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

Fix review again

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel 2017-05-07 17:13:08 +02:00
parent 34806fab1b
commit 4c6ee89c9c
4 changed files with 57 additions and 51 deletions

View file

@ -103,27 +103,31 @@
aside {
.tools {
font-size: 0.8em;
display: flex;
flex-flow: row wrap;
li {
display: inline-flex;
vertical-align: middle;
margin: 0 5px;
.stats {
font-size: 0.8em;
margin: 8px 15px 5px;
li {
display: inline-flex;
vertical-align: middle;
margin: 0 5px;
}
a {
color: #000;
text-decoration: none;
}
}
a {
color: #000;
text-decoration: none;
.tags {
float: right;
margin: 5px 15px 10px;
}
}
#list {
float: right;
margin: -5px 15px auto;
}
.chip {
background-color: $blueAccentColor;
padding: 0 15px 0 10px;

View file

@ -143,7 +143,7 @@ main {
}
}
a.original {
a.original:not(.waves-effect) {
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;