Add skill recommendations page content (#892)
This commit is contained in:
@@ -551,7 +551,7 @@ function openChangelog() {
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
gap: 8px;
|
||||
gap: 6px;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
@@ -559,7 +559,7 @@ function openChangelog() {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
flex-shrink: 0;
|
||||
gap: 8px;
|
||||
gap: 6px;
|
||||
}
|
||||
|
||||
:deep(.theme-switch-container) {
|
||||
@@ -584,10 +584,8 @@ function openChangelog() {
|
||||
}
|
||||
|
||||
.version-text {
|
||||
flex: 1;
|
||||
min-width: 0;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
flex: 0 0 auto;
|
||||
overflow: visible;
|
||||
white-space: nowrap;
|
||||
cursor: pointer;
|
||||
transition: color 0.2s;
|
||||
|
||||
Reference in New Issue
Block a user