[S] mobile

pull/10/head
Azalea 2024-02-12 03:00:07 -05:00
parent 0608b50193
commit 8ab57859f6
1 changed files with 38 additions and 2 deletions

View File

@ -189,10 +189,14 @@ $gap: 20px
gap: $gap gap: $gap
margin: 100px 32px 0 margin: 100px 32px 0
padding: 0 32px 32px padding: 0 32px 32px
height: 100% min-height: 100%
background-color: rgba(black, 0.2) background-color: rgba(black, 0.2)
border-radius: 16px border-radius: 16px 16px 0 0
@media (max-width: $w-mobile)
margin: 100px 0 0
padding: 0 32px 16px
.user-pfp .user-pfp
display: flex display: flex
@ -250,10 +254,42 @@ $gap: 20px
width: 100% width: 100%
max-width: 790px max-width: 790px
@media (max-width: $w-mobile)
flex-direction: column
max-height: unset
.chart
flex: 0
.trend
max-height: 130px
.other-info
> div
flex-direction: row
justify-content: space-between
.info-bottom
justify-content: space-between
.activity-info .activity-info
display: flex display: flex
flex-direction: column flex-direction: column
gap: $gap gap: $gap
#cal-heatmap
overflow-x: auto
@media (max-width: $w-mobile)
#cal-heatmap
width: 100%
.info-bottom
flex-direction: column
gap: 0
> div
flex-direction: row
justify-content: space-between
</style> </style>