Skip to content

fix(styles): Add @media queries in index.css#40

Merged
aoqlsdl merged 1 commit intotoss:masterfrom
kss2002:fix/searchUI
Feb 4, 2026
Merged

fix(styles): Add @media queries in index.css#40
aoqlsdl merged 1 commit intotoss:masterfrom
kss2002:fix/searchUI

Conversation

@kss2002
Copy link
Copy Markdown

@kss2002 kss2002 commented Jan 22, 2026

수정한 내용

issues

fix #39

File

-> styles/index.css

@media (max-width: 640px) {
  .modal_6e282 {
    width: 84vw;
  }
}

@media (max-width: 960px) {
  .modal_6e282 {
    margin-top: 3rem;
  }
}

img

Before After
SCR-20260122-thvz SCR-20260122-tfcq
SCR-20260122-tihs SCR-20260122-tffe

이 변경이 필요한 이유 (선택)

It would be nice if the UI of the search box was more user-friendly in the reaction type.

체크리스트

  • 문서 가이드에 맞게 작성했어요.
  • 기존 설명 흐름을 해치지 않고 자연스럽게 연결되도록 구성했어요.
  • 오타나 잘못된 정보는 없는지 검토했어요.
  • 관련된 이슈가 있다면 아래에 연결했어요.

@vercel
Copy link
Copy Markdown

vercel bot commented Jan 22, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Review Updated (UTC)
technical-writing Ready Ready Preview, Comment Jan 22, 2026 1:23pm

Request Review

@aoqlsdl
Copy link
Copy Markdown
Collaborator

aoqlsdl commented Feb 4, 2026

감사합니다! 🙇

@aoqlsdl aoqlsdl merged commit 68ba335 into toss:master Feb 4, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[FIX]: Change search bar UI in a specific area

2 participants