mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
Adding translate3d for better scrolling performance on blurblogs on the iphone.
This commit is contained in:
parent
219324e113
commit
232d98cf55
3 changed files with 10 additions and 5 deletions
|
@ -2579,6 +2579,8 @@ background: transparent;
|
|||
border-left: 1px solid #9B9B9B;
|
||||
padding: .5em 2em;
|
||||
margin: 0px;
|
||||
font-size: .9em;
|
||||
line-height: 80%;
|
||||
}
|
||||
|
||||
.content-pane .feed_counts_floater {
|
||||
|
@ -5763,7 +5765,6 @@ form.opml_import_form input {
|
|||
-moz-animation-name: -moz-slow-spin;
|
||||
-moz-animation-iteration-count: infinite;
|
||||
-moz-animation-timing-function: linear;
|
||||
-webkit-transform: translate3d(0, 0, 0);
|
||||
}
|
||||
@-webkit-keyframes -webkit-slow-spin {
|
||||
from {-webkit-transform: rotate(0deg)}
|
||||
|
|
|
@ -7,7 +7,6 @@ body {
|
|||
font-size: 13px;
|
||||
line-height: 18px;
|
||||
margin: 0;
|
||||
-webkit-transform: translate3d(0, 0, 0);
|
||||
}
|
||||
|
||||
.NB-hidden {
|
||||
|
@ -33,6 +32,13 @@ body {
|
|||
padding: 2px 9px 2px;
|
||||
}
|
||||
|
||||
blockquote {
|
||||
background-color: #F0F0F0;
|
||||
border-left: 1px solid #9B9B9B;
|
||||
padding: .5em 2em;
|
||||
margin: 0px;
|
||||
}
|
||||
|
||||
/* ========== */
|
||||
/* = Layout = */
|
||||
/* ========== */
|
||||
|
@ -178,6 +184,7 @@ header {
|
|||
border-top-left-radius: 6px;
|
||||
border-top-right-radius: 6px;
|
||||
overflow: hidden;
|
||||
-webkit-transform: translate3d(0, 0, 0);
|
||||
}
|
||||
|
||||
/* ===================== */
|
||||
|
|
|
@ -21,9 +21,6 @@
|
|||
-moz-animation-name: -moz-slow-spin;
|
||||
-moz-animation-iteration-count: infinite;
|
||||
-moz-animation-timing-function: linear;
|
||||
-webkit-transform: translate3d(0, 0, 0);
|
||||
-moz-transform: translate3d(0, 0, 0);
|
||||
transform: translate3d(0, 0, 0);
|
||||
}
|
||||
@-webkit-keyframes -webkit-slow-spin {
|
||||
from {-webkit-transform: rotate(0deg)}
|
||||
|
|
Loading…
Add table
Reference in a new issue