禁用透明窗口时右侧不再偏移5px距离

pull/930/merge
lyswhut 2022-05-05 14:57:04 +08:00
parent 06b7f69b3c
commit c758066e25
2 changed files with 4 additions and 3 deletions

View File

@ -1,6 +1,7 @@
### 优化 ### 优化
- 同时删除一首歌以上时将需要二次确认删除 - 同时删除一首歌以上时将需要二次确认删除
- 禁用透明窗口时右侧不再偏移5px距离在win7、Ubuntu等系统上测试发现不偏移也不影响滚动条的拖动了
### 修复 ### 修复

View File

@ -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;