chore(web): improve responsiveness in Album and Shared Album pages on small devices (#11055)

* style: better responsiveness on album and shared album pages

* revert right margin changes

---------

Co-authored-by: Alex <alex.tran1502@gmail.com>
This commit is contained in:
ayykamp
2024-07-26 23:06:08 +02:00
committed by GitHub
parent ee6f1a010c
commit 147c6e3600
4 changed files with 7 additions and 5 deletions
@@ -548,7 +548,7 @@
>
{#if viewMode !== ViewMode.SELECT_THUMBNAIL}
<!-- ALBUM TITLE -->
<section class="pt-24">
<section class="pt-8 md:pt-24">
<AlbumTitle id={album.id} bind:albumName={album.albumName} {isOwned} />
{#if album.assetCount > 0}