Skip to content

Commit

Permalink
Fix: modal max-width 지정
Browse files Browse the repository at this point in the history
  • Loading branch information
irenee-14 committed Sep 3, 2024
1 parent 56adc76 commit 0e407ed
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions styles/agenda/agendaDetail/tabs/AgendaConditions.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@
gap: 1.5rem;
align-items: flex-start;
@media screen and (min-width: 481px) and (max-width: 960px) {
width: 450px;
max-width: 800px;
width: 100%;
}

@media screen and (min-width: 961px) {
Expand Down
1 change: 1 addition & 0 deletions styles/agenda/modal/modal.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
display: flex;
width: max-content;
min-width: 20rem;
max-width: 30rem;
height: max-content;
flex-direction: column;
overflow: visible;
Expand Down
1 change: 0 additions & 1 deletion styles/agenda/utils/AgendaTag.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ $tags: (
padding: 0.2rem;

background-color: var(--box-bg-2-light);
// box-shadow: var(--box-shadow-light);
border-radius: $radius-medium;
justify-content: center;
align-items: center;
Expand Down

0 comments on commit 0e407ed

Please sign in to comment.