Made frontend support custom quality settings

This commit is contained in:
Leonetienne
2021-03-13 14:58:30 +01:00
parent f8c585a0dd
commit 661e260022
6 changed files with 85 additions and 29 deletions

View File

@@ -24,8 +24,8 @@ export default {
<style lang="scss" scoped>
.main-column {
width: 80%;
padding: 0 20% 50px 20%;
width: 70%;
padding: 0 0 50px 0;
background-color: #0005;
box-shadow: 0 0 50px 50px #0005;
min-height: 100vh;