Increase right padding to pr-5 (20px) for scrollbar gutter
Some checks failed
check / check (push) Has been cancelled

This commit is contained in:
2026-02-26 03:15:32 +07:00
parent 4765bf835f
commit e1bd3bab58

View File

@@ -7,7 +7,7 @@
<link rel="stylesheet" href="styles.css" />
</head>
<body class="bg-bg text-fg font-mono text-sm">
<div id="app" class="p-2 pr-4 overflow-x-hidden">
<div id="app" class="p-2 pr-5 overflow-x-hidden">
<!-- ============ GLOBAL TITLE BAR ============ -->
<div
class="flex justify-between items-center border-b border-border pb-1 mb-2"