Skip to content

Commit

Permalink
Add: 細かい修正
Browse files Browse the repository at this point in the history
  • Loading branch information
Myoko1110 committed Mar 18, 2024
1 parent c3114f2 commit 9f5f3ed
Showing 1 changed file with 13 additions and 9 deletions.
22 changes: 13 additions & 9 deletions stylesheet.css
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ a {
background-color: #949494;
}

@media(max-width: 768px) {
@media (max-width: 768px) {
*::-webkit-scrollbar {
width: 5px;
}
Expand Down Expand Up @@ -129,7 +129,7 @@ html, body {
left: 0;
}

@media(min-width: 769px) {
@media (min-width: 769px) {
.wrapper {
padding-left: 78px;
}
Expand All @@ -153,7 +153,7 @@ html, body {
}
}

@media(max-width: 768px) {
@media (max-width: 768px) {
.wrapper {
padding-bottom: 64px;
}
Expand Down Expand Up @@ -273,10 +273,11 @@ html, body {
font-size: 12px;
}

@media(min-width: 769px) {
@media (min-width: 769px) {
.p-talk {
width: 100%;
}

.p-talk-list {
width: 360px;
}
Expand All @@ -287,7 +288,7 @@ html, body {
}
}

@media(max-width: 768px) {
@media (max-width: 768px) {
.p-talk {
overflow-x: hidden;
width: fit-content;
Expand Down Expand Up @@ -350,7 +351,7 @@ html, body {
height: 100%;
}

@media(min-width: 769px) {
@media (min-width: 769px) {
.p-talk-chat-prev {
display: none;
}
Expand Down Expand Up @@ -415,7 +416,7 @@ html, body {
}

.c-talk-chat.subsequent.other .c-talk-chat-msg {
margin-left: 52px;
margin-left: 46px;
}

.c-talk-chat.primary.other .c-talk-chat-msg {
Expand Down Expand Up @@ -542,18 +543,21 @@ html, body {
background-color: transparent;
}

@media(min-width: 769px) {
@media (min-width: 769px) {
.p-talk-chat-main {
padding: 16px;
}

.p-talk-chat-title {
padding: 8px 18px;
}
}
@media(max-width: 768px) {

@media (max-width: 768px) {
.p-talk-chat-main {
padding: 8px;
}

.p-talk-chat-title {
padding: 8px;
}
Expand Down

0 comments on commit 9f5f3ed

Please sign in to comment.