再修正

This commit is contained in:
harukin 2019-09-19 19:23:59 +09:00
parent 8270b66e92
commit c58d5bdba0

View File

@ -2209,7 +2209,7 @@ nav .navbar-nav > .text-truncate {
display: none; display: none;
} }
} }
.mr-2{ #profile-jot-submit-left > div:first-of-type{
width: 150px; width: 150px;
} }
@media screen and (min-width: 450px) { @media screen and (min-width: 450px) {
@ -2224,7 +2224,7 @@ nav .navbar-nav > .text-truncate {
/*カスタマイズ*/ /*カスタマイズ*/
min-width: 0; min-width: 0;
} }
.mr-2{ #profile-jot-submit-left > div:first-of-type{
width: unset; width: unset;
} }
} }