You've already forked AstralRinth
forked from didirus/AstralRinth
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:
@@ -56,7 +56,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<Advertisement ad-unit="square" size="250x250,200x200" />
|
||||
<m-footer class="footer" />
|
||||
<m-footer class="footer" hide-small />
|
||||
</div>
|
||||
<div class="content">
|
||||
<Advertisement ad-unit="banner" size="728x90,468x60" />
|
||||
@@ -76,6 +76,7 @@
|
||||
:is-modrinth="true"
|
||||
/>
|
||||
</div>
|
||||
<m-footer class="footer" hide-big centered />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -194,7 +195,9 @@ export default {
|
||||
|
||||
<style lang="scss" scoped>
|
||||
.sidebar-l {
|
||||
min-width: 21rem;
|
||||
@media screen and (min-width: 1024px) {
|
||||
min-width: 21rem;
|
||||
}
|
||||
|
||||
.user-info {
|
||||
@extend %row;
|
||||
|
||||
Reference in New Issue
Block a user