feat: US-027 - Visual regression check across all breakpoints
This commit is contained in:
@@ -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',
|
||||||
|
|||||||
Reference in New Issue
Block a user