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:
+1
-1
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user