Skip to content

Commit

Permalink
[FIX] revise product tag for ootd css
Browse files Browse the repository at this point in the history
  • Loading branch information
CokeLee777 committed Jan 19, 2024
1 parent 11f7635 commit b07e7fa
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 deletions.
9 changes: 7 additions & 2 deletions src/assets/css/ootd/ootd-post-create.css
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ input::-webkit-inner-spin-button {

.div-wrapper {
display: flex;
width: fit-content;
width: 10vw;
height: 2vh;
padding: 0.3vw;
justify-content: center;
Expand All @@ -191,6 +191,11 @@ input::-webkit-inner-spin-button {
font-style: normal;
font-weight: 300;
line-height: normal;

display: block;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
}

.div-8 {
Expand Down Expand Up @@ -279,7 +284,7 @@ input::-webkit-inner-spin-button {
.text-wrapper-7 {
color: var(--Grayscale1, #FFF);
font-family: The Jamsil;
font-size: 0.8vw;
font-size: 0.7vw;
font-style: normal;
font-weight: 300;
line-height: normal;
Expand Down
9 changes: 7 additions & 2 deletions src/assets/css/ootd/ootd-post-update.css
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ input::-webkit-inner-spin-button {

.div-wrapper {
display: flex;
width: fit-content;
width: 10vw;
height: 2vh;
padding: 0.3vw;
justify-content: center;
Expand All @@ -191,6 +191,11 @@ input::-webkit-inner-spin-button {
font-style: normal;
font-weight: 300;
line-height: normal;

display: block;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
}

.div-8 {
Expand Down Expand Up @@ -283,7 +288,7 @@ input::-webkit-inner-spin-button {
.text-wrapper-7 {
color: var(--Grayscale1, #FFF);
font-family: The Jamsil;
font-size: 0.8vw;
font-size: 0.7vw;
font-style: normal;
font-weight: 300;
line-height: normal;
Expand Down

0 comments on commit b07e7fa

Please sign in to comment.