Updated floating-action-button to show at 895px
This commit is contained in:
parent
a2bb97d412
commit
915f7f891a
@ -1575,7 +1575,7 @@ a.account__display-name {
|
|||||||
.floating-action-button {
|
.floating-action-button {
|
||||||
z-index: 1000;
|
z-index: 1000;
|
||||||
display: none;
|
display: none;
|
||||||
@media screen and (max-width: $nav-breakpoint-3) {display: flex;}
|
@media screen and (max-width: 895px) {display: flex;}
|
||||||
position: fixed;
|
position: fixed;
|
||||||
bottom: 14px;
|
bottom: 14px;
|
||||||
right: 14px;
|
right: 14px;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user