Skip to content

Commit 0b3b998

Browse files
committed
.
1 parent da9df82 commit 0b3b998

File tree

1 file changed

+1
-1
lines changed
  • app/(default)/(project)/(black_background)/kai0

1 file changed

+1
-1
lines changed

app/(default)/(project)/(black_background)/kai0/textTip.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ export default function TextTip({
109109

110110
{/* Tips sidebar - absolute positioned to not affect centering */}
111111
{Object.keys(tipListNow).length > 0 && (
112-
<div className="hidden xl:block absolute right-0 top-0 w-48 pl-6 text-xs">
112+
<div className="hidden xl:block absolute right-0 top-0 w-32 2xl:w-48 pl-3 text-xs">
113113
{Object.keys(tipListNow).map(num => (
114114
<div
115115
key={num}

0 commit comments

Comments
 (0)