mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-07-11 15:32:47 +08:00
fix
This commit is contained in:
@@ -273,7 +273,7 @@ onMounted(() => {
|
||||
|
||||
@media (width <= 768px) {
|
||||
.torrent-list-vscroll {
|
||||
block-size: calc(100vh - 8rem - env(safe-area-inset-bottom));
|
||||
block-size: calc(100vh - 9rem - env(safe-area-inset-bottom));
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
@@ -538,7 +538,7 @@ onMounted(fetchData)
|
||||
|
||||
@media (width <= 768px) {
|
||||
.data-table-div {
|
||||
block-size: calc(100vh - 16rem - env(safe-area-inset-bottom));
|
||||
block-size: calc(100vh - 17rem - env(safe-area-inset-bottom));
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user