improving version banner

This commit is contained in:
orangecoding
2026-03-16 10:37:36 +01:00
parent 4878dc98e3
commit 2a30c89eb2
3 changed files with 94 additions and 27 deletions

View File

@@ -1,7 +1,24 @@
.versionBanner {
background: rgba(var(--semi-teal-1), 1);
margin-bottom: 0 !important;
&__content {
overflow: auto;
.semi-banner-body {
padding: 6px 16px;
}
}
&__bar {
display: flex;
align-items: center;
justify-content: space-between;
width: 100%;
}
&__details {
margin-bottom: 16px;
}
&__notes {
max-height: 400px;
overflow-y: auto;
padding-right: 4px;
}
}