Adding show shortcuts button and minor fixes

This commit is contained in:
Dan Zajdband
2016-12-16 12:03:37 -05:00
parent d6936cdf25
commit 8631c3bd9b
6 changed files with 32 additions and 8 deletions
@@ -14,6 +14,18 @@
color: white;
}
.showShortcuts {
position: absolute;
right: 130px;
display: flex;
align-items: center;
font-size: 13px;
span {
margin-left: 7px;
}
}
@media (--big-viewport) {
.tab {
flex: none;