|
|
@@ -256,7 +256,7 @@ body {
|
|
|
.flux.not_read .flux_header .item.title {
|
|
|
font-weight: bold;
|
|
|
}
|
|
|
- .flux_header .item.date {
|
|
|
+ .item.date {
|
|
|
width: 200px;
|
|
|
overflow: hidden;
|
|
|
white-space: nowrap;
|
|
|
@@ -266,11 +266,11 @@ body {
|
|
|
color: #666;
|
|
|
cursor: pointer;
|
|
|
}
|
|
|
- .flux_header .item.link {
|
|
|
+ .item.link {
|
|
|
width: 40px;
|
|
|
text-align: center;
|
|
|
}
|
|
|
- .flux_header .item.link a {
|
|
|
+ .item.link a {
|
|
|
display: inline-block;
|
|
|
width: 40px;
|
|
|
height: 40px;
|
|
|
@@ -278,7 +278,7 @@ body {
|
|
|
background: url("icons/link.svg") center center no-repeat;
|
|
|
vertical-align: middle;
|
|
|
}
|
|
|
- .flux_header .item.link a:hover {
|
|
|
+ .item.link a:hover {
|
|
|
text-decoration: none;
|
|
|
}
|
|
|
|
|
|
@@ -559,7 +559,7 @@ body {
|
|
|
.aside .btn-important,
|
|
|
.aside .feeds .dropdown,
|
|
|
.flux_header .item.website span,
|
|
|
- .flux_header .item.date {
|
|
|
+ .item.date {
|
|
|
display: none;
|
|
|
}
|
|
|
.flux_header .item.website {
|