Tweaked rounded corners on link previews
This commit is contained in:
parent
e96bf2ece2
commit
1a6a8c979e
4 changed files with 4 additions and 0 deletions
|
|
@ -1236,6 +1236,7 @@ body.layout-single-column {
|
|||
border: 1px solid var(--color-lines);
|
||||
box-shadow: none;
|
||||
transition: all .3s;
|
||||
border-radius: 8px;
|
||||
}
|
||||
.layout-single-column a.status-card:hover,
|
||||
.layout-single-column a.status-card.compact:hover {
|
||||
|
|
|
|||
|
|
@ -1236,6 +1236,7 @@ body.layout-single-column {
|
|||
border: 1px solid var(--color-lines);
|
||||
box-shadow: none;
|
||||
transition: all .3s;
|
||||
border-radius: 8px;
|
||||
}
|
||||
.layout-single-column a.status-card:hover,
|
||||
.layout-single-column a.status-card.compact:hover {
|
||||
|
|
|
|||
|
|
@ -1236,6 +1236,7 @@ body.layout-single-column {
|
|||
border: 1px solid var(--color-lines);
|
||||
box-shadow: none;
|
||||
transition: all .3s;
|
||||
border-radius: 8px;
|
||||
}
|
||||
.layout-single-column a.status-card:hover,
|
||||
.layout-single-column a.status-card.compact:hover {
|
||||
|
|
|
|||
|
|
@ -1236,6 +1236,7 @@ body.layout-single-column {
|
|||
border: 1px solid var(--color-lines);
|
||||
box-shadow: none;
|
||||
transition: all .3s;
|
||||
border-radius: 8px;
|
||||
}
|
||||
.layout-single-column a.status-card:hover,
|
||||
.layout-single-column a.status-card.compact:hover {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue