Adjust styles of info item, and installs/games box and fix something.

This commit is contained in:
2025-12-20 21:11:01 -07:00
parent e5d9226233
commit 426d507ec2
3 changed files with 3 additions and 5 deletions

View File

@@ -563,9 +563,7 @@ export default function RootLayout ({
<div className='popup-content'>
{serverVersionList?.games.map((v, i) => (
<div key={i} className='popup-entry'>
<p className='text-2xl w-[calc(100vw-380px)] truncate'>
{v.name}
</p>
<p className='text-2xl'>{v.name}</p>
<div className='flex gap-2'>
<div
className='entry-info-item btntheme3'