|
@@ -37,7 +37,6 @@
|
|
|
|
|
|
.leftContent {
|
|
|
position: relative;
|
|
|
- width: 55%;
|
|
|
display: flex;
|
|
|
|
|
|
}
|
|
@@ -151,6 +150,7 @@
|
|
|
background-color: #fff;
|
|
|
padding: 4px;
|
|
|
transition: all .3s;
|
|
|
+ min-width: 25vw;
|
|
|
|
|
|
&.disableNotic {
|
|
|
:global {
|
|
@@ -237,7 +237,6 @@
|
|
|
background: #fff;
|
|
|
overflow: hidden;
|
|
|
border: none;
|
|
|
- width: 45%;
|
|
|
}
|
|
|
|
|
|
.right-musicName {
|