Bilibili-Evolved/video/outer-watchlater/outer-watchlater.css
2019-04-16 10:45:31 +08:00

38 lines
724 B
CSS

.ops .watchlater
{
margin-right: 28px !important;
position: relative;
}
.ops .watchlater .tip
{
position: absolute;
top: calc(100% + 8px);
left: 50%;
transform: translateX(-50%);
z-index: 1000;
background: #000d;
padding: 4px 8px;
border-radius: 4px;
color: #eee;
transition: all .2s ease-out;
opacity: 0;
}
.watchlater .tip.show
{
opacity: 1;
}
.ops .watchlater>i
{
display: inline-block;
font-style: normal;
vertical-align: baseline;
text-align: center;
text-transform: none;
line-height: 1;
text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased;
}
.more-ops-list>ul>li:nth-child(2)
{
display: none !important;
}