|
@@ -3974,7 +3974,7 @@ a.hasHover:hover, a:active {
|
|
|
}
|
|
|
|
|
|
#drawer.open.noScroll {
|
|
|
- height: 137px
|
|
|
+ height: 128px
|
|
|
}
|
|
|
|
|
|
#drawer-container.drawerOpen #drawer.open.noScroll, #drawer.open.noScroll.playing {
|
|
@@ -4029,7 +4029,7 @@ a.hasHover:hover, a:active {
|
|
|
|
|
|
.frame {
|
|
|
width: calc(100% - 20px);
|
|
|
- margin: 9px 10px;
|
|
|
+ margin: 5px 10px 0;
|
|
|
float: left;
|
|
|
display: flex;
|
|
|
justify-content: center;
|
|
@@ -4054,8 +4054,8 @@ a.hasHover:hover, a:active {
|
|
|
}
|
|
|
|
|
|
.frame .slidee li .overlay {
|
|
|
- height: 30px;
|
|
|
- line-height: 30px;
|
|
|
+ height: 28px;
|
|
|
+ line-height: 28px;
|
|
|
padding: 0;
|
|
|
color: #fff;
|
|
|
overflow: hidden;
|