fix uneven top/botton padding on footer

This commit is contained in:
shatfield4 2024-06-04 15:55:34 -07:00
parent 1fbf8e95c3
commit 26cb8913bb
2 changed files with 2 additions and 2 deletions

View File

@ -154,7 +154,7 @@ export default function SettingsSidebar() {
</div> </div>
</div> </div>
</div> </div>
<div className="absolute bottom-0 left-0 right-0 pt-2 pb-3 rounded-b-[16px] bg-sidebar bg-opacity-80 backdrop-filter backdrop-blur-md z-50"> <div className="absolute bottom-0 left-0 right-0 pt-4 pb-3 rounded-b-[16px] bg-sidebar bg-opacity-80 backdrop-filter backdrop-blur-md z-50">
<Footer /> <Footer />
</div> </div>
</div> </div>

View File

@ -59,7 +59,7 @@ export default function Sidebar() {
<ActiveWorkspaces /> <ActiveWorkspaces />
</div> </div>
</div> </div>
<div className="absolute bottom-0 left-0 right-0 pt-2 pb-3 rounded-b-[16px] bg-sidebar bg-opacity-80 backdrop-filter backdrop-blur-md z-50"> <div className="absolute bottom-0 left-0 right-0 pt-4 pb-3 rounded-b-[16px] bg-sidebar bg-opacity-80 backdrop-filter backdrop-blur-md z-30">
<Footer /> <Footer />
</div> </div>
</div> </div>