mirror of
https://github.com/the1812/Bilibili-Evolved.git
synced 2025-11-04 21:22:45 +08:00
38 lines
724 B
CSS
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;
|
|
} |