minor browse page visual changes
This commit is contained in:
parent
80c8b3abaa
commit
042229ea90
6 changed files with 91 additions and 7 deletions
|
@ -1793,6 +1793,7 @@ input[type="range"].web-slider.display--small::-webkit-slider-thumb {
|
|||
display: flex;
|
||||
flex-flow: row;
|
||||
overflow-x: scroll;
|
||||
overflow-y: hidden;
|
||||
|
||||
&::-webkit-scrollbar-thumb {
|
||||
box-shadow: none;
|
||||
|
@ -2400,4 +2401,18 @@ div#captions {
|
|||
|
||||
.item-navigate:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.title-browse-sp{
|
||||
width: 100%;
|
||||
text-align: left;
|
||||
margin-bottom: 2px;
|
||||
}
|
||||
|
||||
.bold{
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.semibold{
|
||||
font-weight: 500;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue