mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2025-01-31 11:14:54 +01:00
Lower the corner radius on the upper-right avatar in the detail view.
This commit is contained in:
parent
3ba7fa9e8d
commit
4b766a0b0a
@ -30,7 +30,7 @@ a:hover {
|
|||||||
color: rgba(0, 0, 0, 0.3);
|
color: rgba(0, 0, 0, 0.3);
|
||||||
}
|
}
|
||||||
#articleDateline img {
|
#articleDateline img {
|
||||||
border-radius: 7px;
|
border-radius: 4px;
|
||||||
}
|
}
|
||||||
.articleDate {
|
.articleDate {
|
||||||
color: #2db6ff;
|
color: #2db6ff;
|
||||||
@ -47,7 +47,7 @@ a:hover {
|
|||||||
text-align: left;
|
text-align: left;
|
||||||
}
|
}
|
||||||
#authorAvatar img {
|
#authorAvatar img {
|
||||||
border-radius: 5px;
|
border-radius: 4px;
|
||||||
}
|
}
|
||||||
.rightAlign {
|
.rightAlign {
|
||||||
text-align: right;
|
text-align: right;
|
||||||
@ -70,13 +70,13 @@ a:hover {
|
|||||||
height: 68px;
|
height: 68px;
|
||||||
}
|
}
|
||||||
.avatar img {
|
.avatar img {
|
||||||
border-radius: 7px;
|
border-radius: 4px;
|
||||||
}
|
}
|
||||||
.headerContainer a:link, .headerContainer a:visited {
|
.headerContainer a:link, .headerContainer a:visited {
|
||||||
color: rgba(0, 0, 0, 0.3);
|
color: rgba(0, 0, 0, 0.3);
|
||||||
}
|
}
|
||||||
.feedIcon {
|
.feedIcon {
|
||||||
border-radius: 5px;
|
border-radius: 4px;
|
||||||
}
|
}
|
||||||
h1 {
|
h1 {
|
||||||
line-height: 1.15em;
|
line-height: 1.15em;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user