Move youtube sticky player on iOS to give room to toolbar

This commit is contained in:
Jackson Harper 2024-03-26 15:06:43 +08:00
parent 0431cac0de
commit 25d3c03124

View file

@ -61,8 +61,8 @@ struct WebReaderContent {
-webkit-text-size-adjust: 100%;
}
.is-sticky {
right: 15px !important;
bottom: 40px !important;
right: 20px !important;
bottom: 60px !important;
}
</style>
</head>