Improve UI

This commit is contained in:
the1812 2019-08-24 23:32:57 +08:00
parent 3f936f6a83
commit 5e88d96abb
4 changed files with 13 additions and 6 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1287,7 +1287,8 @@ li.nav-item[report-id='playpage_dynamic'] .i-frame,
justify-content: space-between;
scrollbar-width: none !important;
}
.custom-navbar .activity-popup-content::-webkit-scrollbar {
.custom-navbar .activity-popup-content::-webkit-scrollbar,
.custom-navbar .subscriptions .content::-webkit-scrollbar {
width: 0px !important;
}
.custom-navbar .activity-popup-content .view-more {
@ -1626,11 +1627,15 @@ li.nav-item[report-id='playpage_dynamic'] .i-frame,
white-space: nowrap;
}
.custom-navbar .activity-content-enter-active,
.custom-navbar .activity-content-leave-active {
.custom-navbar .activity-content-leave-active,
.custom-navbar .subscriptions-content-enter-active,
.custom-navbar .subscriptions-content-leave-active {
transition: all .2s ease-out;
}
.custom-navbar .activity-content-enter,
.custom-navbar .activity-content-leave-to {
.custom-navbar .activity-content-leave-to,
.custom-navbar .subscriptions-content-enter,
.custom-navbar .subscriptions-content-leave-to {
opacity: 0;
transform: translateY(12px);
}
@ -1738,6 +1743,8 @@ li.nav-item[report-id='playpage_dynamic'] .i-frame,
padding: 8px 12px;
height: 500px;
overflow: auto;
overscroll-behavior: contain;
scrollbar-width: none !important;
}
.custom-navbar .bangumi-subscriptions.loading {
height: 100%;