about and new lib
This commit is contained in:
+26
-2
@@ -3433,7 +3433,7 @@ dialog::backdrop {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.home-footer__author {
|
||||
.home-footer__about {
|
||||
margin-left: auto;
|
||||
}
|
||||
|
||||
@@ -3574,6 +3574,29 @@ dialog::backdrop {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.about-content {
|
||||
display: grid;
|
||||
gap: 16px;
|
||||
color: var(--dialog-text);
|
||||
font-size: .82rem;
|
||||
line-height: 1.55;
|
||||
}
|
||||
|
||||
.about-content p {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.about-content a {
|
||||
color: var(--accent-text-strong);
|
||||
overflow-wrap: anywhere;
|
||||
}
|
||||
|
||||
.about-license {
|
||||
display: grid;
|
||||
gap: 10px;
|
||||
padding-top: 2px;
|
||||
}
|
||||
|
||||
.identity-fields {
|
||||
display: grid;
|
||||
gap: 14px;
|
||||
@@ -3642,8 +3665,9 @@ dialog::backdrop {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.home-footer__author {
|
||||
.home-footer__about {
|
||||
margin-left: 0;
|
||||
align-self: center;
|
||||
}
|
||||
|
||||
.identity-panel {
|
||||
|
||||
Reference in New Issue
Block a user