We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da9df82 commit 0b3b998Copy full SHA for 0b3b998
app/(default)/(project)/(black_background)/kai0/textTip.tsx
@@ -109,7 +109,7 @@ export default function TextTip({
109
110
{/* Tips sidebar - absolute positioned to not affect centering */}
111
{Object.keys(tipListNow).length > 0 && (
112
- <div className="hidden xl:block absolute right-0 top-0 w-48 pl-6 text-xs">
+ <div className="hidden xl:block absolute right-0 top-0 w-32 2xl:w-48 pl-3 text-xs">
113
{Object.keys(tipListNow).map(num => (
114
<div
115
key={num}
0 commit comments