feat: US-027 - Visual regression check across all breakpoints

This commit is contained in:
2026-02-14 21:38:22 +00:00
parent 2d7ff7e77a
commit b515b3d70c
+2 -2
View File
@@ -80,7 +80,7 @@ export function TopBar({ onSearchClick }: TopBarProps) {
HMC HMC
</span> </span>
<span <span
className="hidden md:inline" className="hidden lg:inline"
style={{ style={{
fontSize: '12px', fontSize: '12px',
fontWeight: 400, fontWeight: 400,
@@ -96,7 +96,7 @@ export function TopBar({ onSearchClick }: TopBarProps) {
<button <button
type="button" type="button"
onClick={onSearchClick} onClick={onSearchClick}
className="hidden md:flex items-center gap-2 cursor-pointer font-ui" className="hidden lg:flex items-center gap-2 cursor-pointer font-ui"
style={{ style={{
maxWidth: '560px', maxWidth: '560px',
minWidth: '400px', minWidth: '400px',