mirror of
https://github.com/publiclab/image-sequencer.git
synced 2025-12-17 05:40:00 +01:00
Removed scroll to top on mobile devices (#1852)
Co-authored-by: Jeffrey Warren <jeff@unterbahn.com>
This commit is contained in:
@@ -172,8 +172,8 @@ body > .container-fluid {
|
|||||||
|
|
||||||
#move-up {
|
#move-up {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
bottom: 50px;
|
bottom: 30px;
|
||||||
right: 40px;
|
right: 20px;
|
||||||
z-index: 550;
|
z-index: 550;
|
||||||
display: none;
|
display: none;
|
||||||
background:transparent;
|
background:transparent;
|
||||||
@@ -181,11 +181,17 @@ body > .container-fluid {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#move-up i {
|
#move-up i {
|
||||||
font-size:60px;
|
font-size:50px;
|
||||||
opacity:0.7;
|
opacity:0.7;
|
||||||
color:#BABABA;
|
color:#BABABA;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media (max-width: 768px), (max-height 700px) {
|
||||||
|
#move-up {
|
||||||
|
display: none !important; /* !important is used to override the jQuery style */
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.btn-circle{
|
.btn-circle{
|
||||||
min-width: 80px;
|
min-width: 80px;
|
||||||
min-height: 80px;
|
min-height: 80px;
|
||||||
|
|||||||
Reference in New Issue
Block a user