mirror of
https://github.com/the1812/Bilibili-Evolved.git
synced 2025-11-04 21:22:45 +08:00
Fix cooperation style
This commit is contained in:
parent
5112421628
commit
f40abea4e8
@ -274,7 +274,7 @@ export default {
|
||||
}
|
||||
}
|
||||
.cooperation {
|
||||
margin: 0 12px 8px 8px;
|
||||
margin: 0 12px 6px 8px;
|
||||
}
|
||||
.stats {
|
||||
grid-area: stats;
|
||||
@ -452,6 +452,7 @@ export default {
|
||||
border-radius: 50%;
|
||||
width: 24px;
|
||||
height: 24px;
|
||||
box-sizing: content-box;
|
||||
}
|
||||
}
|
||||
.up {
|
||||
@ -479,8 +480,11 @@ export default {
|
||||
}
|
||||
}
|
||||
}
|
||||
&.no-stats .up {
|
||||
margin-bottom: 4px;
|
||||
&.no-stats {
|
||||
.up,
|
||||
.cooperation {
|
||||
margin-bottom: 4px;
|
||||
}
|
||||
}
|
||||
.cooperation {
|
||||
margin-left: 12px;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user