serenader2014 / decent

A Ghost blog theme
52 stars 8 forks source link

Scroll top style #5

Closed jwillmer closed 8 years ago

jwillmer commented 8 years ago

Not a problem with the current css only that i like the scroll top button more if it is round and have a small opacity. With the current button it feels a little bit to much of an obstical that distracts from the content. Please take a look and decide yourself:

image

CSS:

.go-to-top {
    background-image: url("../assets/go-to-top.png");
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 30px;
    right: 100px;
    border: none;
    display: none;
    border-radius: 25px;
    opacity: 0.6;
}
serenader2014 commented 8 years ago

Added opacity to the button in v1.1.2. As the shape of the button, it doesn't bother me. Maybe you can modify the shape by yourself.

jwillmer commented 8 years ago

Your changes width the opacity change over time are cool :+1: