Commit e0161555 by Takumi Imai

#50924 カテゴリーのパンくずで、種別名と階層区切り?「>」が被って表示される

parent 47357646
......@@ -6169,6 +6169,17 @@ body {
text-align: left;
background-color: #ffffff;
}
::-webkit-scrollbar {
width: 8px;
height: 8px;
}
::-webkit-scrollbar-thumb{
background: #c5c5c563;
border-radius: 2px;
}
::-webkit-scrollbar-thumb:hover{
background: #c5c5c5;
}
[tabindex="-1"]:focus:not(:focus-visible) {
outline: 0!important
......@@ -20385,13 +20396,8 @@ button {
}
.breadcrumb .breadcrumb-item {
font-size: 1rem
}
@media (max-width: 767.98px) {
.breadcrumb-item+.breadcrumb-item {
padding-right:1rem
}
font-size: 1rem;
display: flex;
}
.has-search .form-control {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment