mirror of
https://github.com/viq/NewsBlur.git
synced 2025-08-05 16:49:45 +00:00
Transitioning grid height
This commit is contained in:
parent
81f51f1723
commit
02db2e05b8
1 changed files with 2 additions and 1 deletions
|
@ -2444,7 +2444,7 @@ img.feed_favicon {
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
}
|
}
|
||||||
.NB-story-title {
|
.NB-story-title {
|
||||||
transition: transform 0.12s ease-out, border-radius 0.12s ease-out;
|
transition: transform 0.12s ease-out, border-radius 0.12s ease-out, height 0.36s ease-out;
|
||||||
}
|
}
|
||||||
.NB-story-title.NB-selected,
|
.NB-story-title.NB-selected,
|
||||||
.NB-interaction:hover:not(.NB-disabled) {
|
.NB-interaction:hover:not(.NB-disabled) {
|
||||||
|
@ -2563,6 +2563,7 @@ img.feed_favicon {
|
||||||
height: 360px;
|
height: 360px;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
|
|
||||||
-webkit-box-sizing: border-box;
|
-webkit-box-sizing: border-box;
|
||||||
-moz-box-sizing: border-box;
|
-moz-box-sizing: border-box;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
|
|
Loading…
Add table
Reference in a new issue