Merge branch 'develop' into 'master'

微修正

See merge request harukin/hubzillatheme!7
This commit is contained in:
harukin 2018-11-04 14:31:10 +09:00
commit d68960586b

View File

@ -204,7 +204,6 @@ nav {
top: 3.35rem; top: 3.35rem;
left: 0px; left: 0px;
width: 100%; width: 100%;
max-height: 50%;
background: $comment_item_colour; background: $comment_item_colour;
padding: 1rem; padding: 1rem;
border-bottom: #ccc 1px solid; border-bottom: #ccc 1px solid;
@ -1284,17 +1283,14 @@ img.mail-conv-sender-photo {
} }
.generic-content-wrapper { .generic-content-wrapper {
border: 1px solid rgba(0, 0, 0, .2);
border-radius: $radius; border-radius: $radius;
margin-bottom: 1.5rem; margin-bottom: 1.5rem;
} }
.section-title-wrapper { .section-title-wrapper {
padding: 7px 10px; padding: 7px 10px;
background-color: $item_colour;
border-top-left-radius: $radius; border-top-left-radius: $radius;
border-top-right-radius: $radius; border-top-right-radius: $radius;
border-bottom: 3px solid $comment_item_colour;
} }
.section-title-wrapper h2, .section-title-wrapper h2,
@ -1318,8 +1314,6 @@ img.mail-conv-sender-photo {
.section-content-tools-wrapper { .section-content-tools-wrapper {
padding: 7px 10px; padding: 7px 10px;
background-color: $comment_item_colour;
border-bottom: 3px solid $comment_item_colour;
} }
.section-content-info-wrapper { .section-content-info-wrapper {