禁用透明窗口时右侧不再偏移5px距离
parent
06b7f69b3c
commit
c758066e25
|
@ -1,6 +1,7 @@
|
||||||
### 优化
|
### 优化
|
||||||
|
|
||||||
- 同时删除一首歌以上时将需要二次确认删除
|
- 同时删除一首歌以上时将需要二次确认删除
|
||||||
|
- 禁用透明窗口时右侧不再偏移5px距离(在win7、Ubuntu等系统上测试发现不偏移也不影响滚动条的拖动了)
|
||||||
|
|
||||||
### 修复
|
### 修复
|
||||||
|
|
||||||
|
|
|
@ -124,9 +124,9 @@ body {
|
||||||
border-bottom-left-radius: 0;
|
border-bottom-left-radius: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
#view { // 偏移5px距离解决非透明模式下右侧滚动条无法拖动的问题
|
// #view { // 偏移5px距离解决非透明模式下右侧滚动条无法拖动的问题
|
||||||
margin-right: 5Px;
|
// margin-right: 5Px;
|
||||||
}
|
// }
|
||||||
}
|
}
|
||||||
.fullscreen {
|
.fullscreen {
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
|
|
Loading…
Reference in New Issue