mirror of
https://github.com/misode/misode.github.io.git
synced 2026-04-24 07:37:10 +00:00
Support multiple versions in technical changelog
- Better handling of article links - Style improvements
This commit is contained in:
@@ -1004,7 +1004,7 @@ hr {
|
||||
|
||||
.changelog-tags {
|
||||
display: flex;
|
||||
margin-bottom: 8px;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
|
||||
.changelog-tag {
|
||||
@@ -1018,12 +1018,17 @@ hr {
|
||||
padding: 0 8px;
|
||||
color: var(--color);
|
||||
fill: var(--color);
|
||||
white-space: nowrap;
|
||||
user-select: none;
|
||||
-webkit-user-select: none;
|
||||
-moz-user-select: none;
|
||||
-ms-user-select: none;
|
||||
}
|
||||
|
||||
.changelog-entry .changelog-tag {
|
||||
margin-bottom: 8px;
|
||||
}
|
||||
|
||||
.changelog-tag svg {
|
||||
margin-right: 4px;
|
||||
width: 20px;
|
||||
@@ -1041,13 +1046,31 @@ hr {
|
||||
}
|
||||
|
||||
.changelog-version {
|
||||
float: right;
|
||||
}
|
||||
|
||||
.changelog-version > * {
|
||||
margin-left: auto;
|
||||
font-size: 15px;
|
||||
color: var(--text-3);
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.changelog-version:hover {
|
||||
.changelog-version > *:first-child {
|
||||
position: relative;
|
||||
margin-right: 19px;
|
||||
}
|
||||
|
||||
.changelog-version > *:first-child::after {
|
||||
content: '•';
|
||||
position: absolute;
|
||||
text-decoration: none;
|
||||
right: -12px;
|
||||
top: 0;
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
.changelog-version a:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user