mirror of
https://github.com/tiennm99/ccs.git
synced 2026-07-16 10:16:49 +00:00
fix(ui): adjust layout of localhost disclaimer
- Center the content and close button - Position the close button next to the text
This commit is contained in:
@@ -25,7 +25,7 @@ export function LocalhostDisclaimer() {
|
||||
right: '0',
|
||||
}}
|
||||
>
|
||||
<div className="flex items-center justify-between max-w-7xl">
|
||||
<div className="flex items-center justify-center gap-4">
|
||||
<div className="flex items-center gap-2 text-sm text-yellow-800 dark:text-yellow-200">
|
||||
<Shield className="w-4 h-4 flex-shrink-0" />
|
||||
<span className="hidden sm:inline">
|
||||
|
||||
Reference in New Issue
Block a user