home to your local SPACEGIRL 💫 arimelody.space
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

some quick UI fixes for mobile users

+31 -6
+1 -1
admin/static/edit-artist.css
··· 140 140 141 141 .release-artwork { 142 142 width: 64px; 143 - height: min-content; 143 + height: 64px; 144 144 border-radius: 4px; 145 145 } 146 146
+11
admin/static/edit-release.css
··· 551 551 #addtrack ul li.new-track:hover { 552 552 background: #e0e0e0; 553 553 } 554 + 555 + @media only screen and (max-width: 1105px) { 556 + #release { 557 + flex-direction: column; 558 + align-items: center; 559 + } 560 + 561 + .release-info { 562 + width: auto; 563 + } 564 + }
+19 -5
public/style/music-gateway.css
··· 532 532 533 533 #art-container { 534 534 width: 100%; 535 - margin-bottom: 2rem; 536 535 } 537 536 538 537 #artwork { 539 538 width: auto; 540 - max-width: 50vw; 539 + max-width: 60vw; 541 540 height: auto; 542 541 max-height: 50vh; 543 542 } ··· 551 550 gap: 2rem; 552 551 height: auto; 553 552 overflow-y: auto; 553 + mask-image: none; 554 554 } 555 555 556 556 div#info > div { 557 557 min-width: auto; 558 558 min-height: auto; 559 559 padding: 0; 560 - margin: 0; 560 + margin: 2em 0 0 0; 561 561 overflow-y: unset; 562 - mask-image: none; 563 562 } 564 563 565 564 div#info p { 566 565 margin: 0 auto; 566 + } 567 + 568 + div#overview p { 569 + margin: .5em auto; 567 570 } 568 571 569 572 div#extras { ··· 598 601 list-style: none; 599 602 } 600 603 601 - #share.active: : after { 604 + #share.active::after { 602 605 transform: translate(calc(-50% - .6em),1.5em); 603 606 } 604 607 608 + #credits h2 { 609 + margin: 0 auto; 610 + } 611 + 612 + #lyrics p.album-track-subheading { 613 + margin-bottom: 1em; 614 + } 615 + 605 616 footer { 606 617 height: 4rem; 607 618 font-size: .8rem; ··· 611 622 display: none; 612 623 } 613 624 625 + #overlay { 626 + background-size: 100vw 4px; 627 + } 614 628 } 615 629 616 630 @keyframes background-init {