mirror of
https://github.com/BewlyBewly/BewlyBewly.git
synced 2025-04-14 13:15:29 +00:00
fix(adaptedStyles): adapted user space page styles (#831)
* fix: userSpace page style * add style * add style
This commit is contained in:
@@ -52,6 +52,8 @@
|
||||
.n .n-data.router-link-active .n-data-k,
|
||||
.n .n-data.router-link-active .n-data-v,
|
||||
.wrapper .edit-video-modal .target-favlist .target-favitem:hover .target-fav-title .fav-meta .fav-name,
|
||||
.i-live .i-live-off-guest a,
|
||||
.modal-wrapper .modal-header-close:hover,
|
||||
a:hover,
|
||||
#page-index .channel .section-right-options .play-all-channel:hover .video-commonplayer_play,
|
||||
#page-follows .follow-tabs span.active,
|
||||
@@ -481,6 +483,7 @@
|
||||
#page-fav .fav-main .fav-action-bottom li,
|
||||
.sub-tabs span,
|
||||
#page-follows .follow-tabs,
|
||||
#page-index .col-2 .section .user-auth .profession-description,
|
||||
.elec .elec-count,
|
||||
#page-index .col-2 .section .user-auth .auth-description,
|
||||
#page-series-index .channel-item .channel-name,
|
||||
@@ -591,6 +594,10 @@
|
||||
background-color: var(--bew-content-solid-1);
|
||||
}
|
||||
|
||||
.elec .new-elec-trigger:hover {
|
||||
background-color: rgb(65 31 39);
|
||||
}
|
||||
|
||||
.be-dropdown-item:hover,
|
||||
.elec .elec-status,
|
||||
.elec .elec-status-bg,
|
||||
|
||||
Reference in New Issue
Block a user