Partial Mobile Support (#156)

* Add partial mobile support

* Remove file used for seperate PR

* Add mobile support for cookie consent, make dropdown close on page change
This commit is contained in:
Geometrically
2021-04-10 22:51:10 -07:00
committed by GitHub
parent 7d3ad5a639
commit c06c3d48d2
17 changed files with 638 additions and 387 deletions

View File

@@ -408,6 +408,7 @@ export default {
.version-header {
display: flex;
align-items: center;
flex-wrap: wrap;
h4,
span {
@@ -416,9 +417,13 @@ export default {
.buttons {
display: flex;
margin-left: auto;
align-self: flex-end;
.action {
@media screen and (min-width: 1024px) {
margin-left: auto;
}
.action:not(:first-child) {
margin: 0 0 0 0.5rem;
}
}