feat/117: add toggle fullscreen button (#138)

This commit is contained in:
Carlos Valente
2022-05-28 15:57:59 +02:00
committed by GitHub
parent ca33624ffc
commit 8c2d6595b0
3 changed files with 75 additions and 28 deletions
@@ -18,6 +18,7 @@
.nav,
.showNav {
margin-top: 2vh;
gap: 2vh;
display: flex;
flex-direction: column;
@@ -29,4 +30,12 @@
color: $text-white;
}
}
.actions {
display: flex;
gap: 8px;
position: absolute;
top: 0.5vw;
right: 75px;
}
}