mirror of
https://github.com/the1812/Bilibili-Evolved.git
synced 2025-11-04 21:22:45 +08:00
Fix widgets panel wrap (fix #4730)
This commit is contained in:
parent
57c281988b
commit
1a0f6ab5dd
@ -94,22 +94,10 @@ export default Vue.extend({
|
||||
@include v-center();
|
||||
justify-content: flex-start;
|
||||
align-items: flex-start;
|
||||
flex-wrap: wrap;
|
||||
padding: 16px;
|
||||
padding-right: 20px;
|
||||
// background-color: #f8f8f8;
|
||||
// border-radius: 0 8px 8px 0;
|
||||
// border: 1px solid #e8e8e8;
|
||||
// border-left-width: 0;
|
||||
// box-sizing: content-box;
|
||||
// overflow: auto;
|
||||
@include popup();
|
||||
@include text-color();
|
||||
// @include shadow();
|
||||
// body.dark & {
|
||||
// background-color: #1a1a1a;
|
||||
// border-color: #333;
|
||||
// }
|
||||
&-header {
|
||||
flex: 0 0 auto;
|
||||
@include h-center();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user