mirror of
https://github.com/tiennm99/coolify.git
synced 2026-08-20 16:23:30 +00:00
fix(ui): refine breadcrumb search icon and header border
This commit is contained in:
@@ -65,11 +65,12 @@ it('does not separate the desktop sidebar controls with a top border', function
|
||||
->not->toContain('sticky bottom-0 mt-auto -mx-2 hidden items-center gap-1 border-t');
|
||||
});
|
||||
|
||||
it('does not draw a bottom border below the desktop top bar', function () {
|
||||
it('draws the desktop header border only above the main content', function () {
|
||||
$layout = file_get_contents(resource_path('views/layouts/app.blade.php'));
|
||||
|
||||
expect($layout)
|
||||
->toContain('fixed top-0 inset-x-0 z-50 h-12 items-center bg-white/95 dark:bg-panel/95 backdrop-blur')
|
||||
->toContain('flex items-center gap-2 h-full shrink-0 border-r border-neutral-200')
|
||||
->toContain('flex h-full items-center gap-0.5 min-w-0 flex-1 border-b border-neutral-200 pl-3 pr-4 dark:border-white/[0.06]')
|
||||
->not->toContain('backdrop-blur border-b border-neutral-200 dark:border-white/[0.06]');
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user