Better handling of a long title; option to disable the share FAB; --> Version 0.6
This commit is contained in:
parent
aa1bc50648
commit
accc37e5be
6 changed files with 67 additions and 26 deletions
|
@ -72,6 +72,14 @@ body{
|
|||
color: #fff;
|
||||
}
|
||||
|
||||
.fadeout{
|
||||
position: absolute;
|
||||
height: 64px;
|
||||
top: 0px;
|
||||
right: 0px;
|
||||
width: 40px;
|
||||
}
|
||||
|
||||
.nav-img{
|
||||
height: 26px;
|
||||
padding: 19px;
|
||||
|
|
Reference in a new issue