This commit is contained in:
Dan Lebo
2023-02-06 11:40:42 -08:00
parent 9c80a00465
commit da117a7442

View File

@@ -645,7 +645,7 @@ function BrowserChrome({children, setPostPromise, setAlbumsPromise}) {
<span className="text-gray-30">example.com</span>
/artists/the-beatles
</div>
<div class="bg-card rounded-full flex justify-center items-center animation-pulse">
<div className="bg-card rounded-full flex justify-center items-center animation-pulse">
<button
onClick={handleRestart}
className="flex items-center p-1.5 rounded-full hover:bg-gray-20 hover:bg-opacity-50 cursor-pointer justify-center">
@@ -653,7 +653,7 @@ function BrowserChrome({children, setPostPromise, setAlbumsPromise}) {
</button>
</div>
</div>
<div class="z-10 loading h-0.5 w-[75%] bg-link transition-all duration-200 absolute bottom-0 left-0"></div>
<div className="z-10 loading h-0.5 w-[75%] bg-link transition-all duration-200 absolute bottom-0 left-0"></div>
</div>
<div className="">{children}</div>
</div>