mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-04 01:29:21 +00:00
Added max width seetings to screens larger than 1300 (#9609)
This commit is contained in:
parent
56d09411d9
commit
00343da266
1 changed files with 10 additions and 0 deletions
|
|
@ -184,6 +184,16 @@
|
|||
<style lang="scss" scoped>
|
||||
@import '~client/assets/scss/colors.scss';
|
||||
|
||||
@media (min-width: 1300px) {
|
||||
.standard-page {
|
||||
max-width: none;
|
||||
}
|
||||
|
||||
.sidebar {
|
||||
max-width: 430px !important;
|
||||
}
|
||||
}
|
||||
|
||||
h1 {
|
||||
color: $purple-200;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue