mirror of
https://github.com/szimek/sharedrop.git
synced 2026-06-13 21:03:07 +08:00
mobile style minor fixes
This commit is contained in:
parent
440548482b
commit
0c9d1a255e
@ -28,7 +28,7 @@ b, strong
|
||||
height: 76px
|
||||
background: transparent image-url("/images/sharedrop.svg") no-repeat center
|
||||
background-size: 324px 76px
|
||||
transition: opacity .2s
|
||||
transition: opacity .4s
|
||||
.ember-application
|
||||
> .preloader
|
||||
opacity: 0
|
||||
|
||||
@ -1,4 +1,8 @@
|
||||
@media (max-width: 768px)
|
||||
.preloader
|
||||
width: 240px
|
||||
height: 56px
|
||||
background-size: 240px 56px
|
||||
.l-content
|
||||
padding: 80px 0 115px
|
||||
.user
|
||||
@ -100,7 +104,10 @@
|
||||
> span
|
||||
display: none
|
||||
.github
|
||||
left: 132px
|
||||
left: 50%
|
||||
margin-left: -10px
|
||||
.webrtc
|
||||
display: none
|
||||
|
||||
.circles
|
||||
display: none
|
||||
|
||||
Loading…
Reference in New Issue
Block a user