feat(player): 优化桌面端优胜冠军相关组件与侧边栏布局,适配主题变量
This commit is contained in:
@@ -797,12 +797,14 @@ function setFeaturedIndex(index: number) {
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
gap: 8px;
|
||||
min-width: 0;
|
||||
}
|
||||
|
||||
.top-meta {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 6px;
|
||||
flex-shrink: 0;
|
||||
}
|
||||
|
||||
.league-tag {
|
||||
@@ -816,6 +818,8 @@ function setFeaturedIndex(index: number) {
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
flex: 1;
|
||||
min-width: 0;
|
||||
}
|
||||
|
||||
.live-indicator {
|
||||
@@ -839,6 +843,7 @@ function setFeaturedIndex(index: number) {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 4px;
|
||||
min-width: 0;
|
||||
}
|
||||
|
||||
.vs-text {
|
||||
@@ -855,6 +860,7 @@ function setFeaturedIndex(index: number) {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 8px;
|
||||
min-width: 0;
|
||||
}
|
||||
|
||||
.team-name {
|
||||
|
||||
Reference in New Issue
Block a user