mirror of
https://github.com/the1812/Bilibili-Evolved.git
synced 2025-11-04 21:22:45 +08:00
fix(black-list): lint-fix
This commit is contained in:
parent
67cd09db6d
commit
461b4f81b5
@ -147,7 +147,6 @@ export default Vue.extend({
|
||||
}
|
||||
}
|
||||
.black-list-settings-content {
|
||||
|
||||
.black-list-settings-section {
|
||||
margin-top: 12px;
|
||||
> :not(:last-child) {
|
||||
@ -178,17 +177,17 @@ export default Vue.extend({
|
||||
|
||||
-ms-overflow-style: -ms-autohiding-scrollbar;
|
||||
&::-webkit-scrollbar {
|
||||
width: 12px;
|
||||
width: 12px;
|
||||
}
|
||||
|
||||
&::-webkit-scrollbar-track {
|
||||
background: #eee;
|
||||
background: #eee;
|
||||
}
|
||||
|
||||
&::-webkit-scrollbar-thumb {
|
||||
background-color: #888;
|
||||
border-radius: 10px;
|
||||
border: 3px solid #eee;
|
||||
background-color: #888;
|
||||
border-radius: 10px;
|
||||
border: 3px solid #eee;
|
||||
}
|
||||
@include h-center();
|
||||
flex-wrap: wrap;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user