mirror of
https://github.com/lqtmcstudio/QZMusic_PC.git
synced 2026-06-20 23:35:06 +08:00
chore: CSS优化
- 取消全局Border-box - 优化布局 - 修复SideBar的异常布局导致divider的height为0不可见问题
This commit is contained in:
@@ -222,6 +222,7 @@ const togglePlaylists = () => {
|
||||
background: linear-gradient(to right, transparent, var(--color-border), transparent);
|
||||
margin: 16px 8px;
|
||||
opacity: 0.6;
|
||||
flex-shrink: 0;
|
||||
}
|
||||
|
||||
/* 区域标题 */
|
||||
|
||||
@@ -109,6 +109,7 @@ onUnmounted(() => {
|
||||
}
|
||||
|
||||
.topbar {
|
||||
box-sizing: border-box;
|
||||
height: 64px;
|
||||
width: 100%;
|
||||
display: flex;
|
||||
|
||||
Reference in New Issue
Block a user