|
@@ -1936,6 +1936,11 @@ aside.menu {
|
|
|
box-shadow: -3px 0 10px 2px black;
|
|
|
}
|
|
|
|
|
|
+.center {
|
|
|
+ margin-left: auto;
|
|
|
+ margin-right: auto;
|
|
|
+}
|
|
|
+
|
|
|
.menu .menu-view {
|
|
|
position: -webkit-sticky;
|
|
|
position: sticky;
|
|
@@ -2580,6 +2585,7 @@ main {
|
|
|
grid-template-columns: -webkit-max-content auto;
|
|
|
grid-template-columns: max-content auto;
|
|
|
gap: 0.5rem 0.5rem;
|
|
|
+ align-items: center;
|
|
|
}
|
|
|
|
|
|
.artifacts-list .artifact-link {
|
|
@@ -2603,6 +2609,12 @@ main {
|
|
|
background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
|
|
|
}
|
|
|
|
|
|
+.artifacts-list .artifact-desc {
|
|
|
+ font-size: 0.875rem;
|
|
|
+ line-height: 1.25rem;
|
|
|
+ font-style: italic;
|
|
|
+}
|
|
|
+
|
|
|
.artifact-item {
|
|
|
--tw-bg-opacity: 1;
|
|
|
background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
|
|
@@ -2619,6 +2631,24 @@ main {
|
|
|
display: block;
|
|
|
}
|
|
|
|
|
|
+.artifact-contents .changelog {
|
|
|
+ font-size: 0.875rem;
|
|
|
+ line-height: 1.25rem;
|
|
|
+}
|
|
|
+
|
|
|
+.artifact-contents .changelog li {
|
|
|
+ margin-top: 0px;
|
|
|
+ margin-bottom: 0px;
|
|
|
+}
|
|
|
+
|
|
|
+.artifact-contents .changelog li::before {
|
|
|
+ font-family: "fontello";
|
|
|
+ content: '\f105';
|
|
|
+ top: calc(0.875em - 0.73em);
|
|
|
+ background-color: transparent;
|
|
|
+ left: 0.5em;
|
|
|
+}
|
|
|
+
|
|
|
.artifact-details {
|
|
|
--tw-bg-opacity: 1;
|
|
|
background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
|