fix weird padding in footer
This commit is contained in:
parent
43bf0a7c3c
commit
38e5f8f06d
2 changed files with 18 additions and 6 deletions
|
@ -544,11 +544,11 @@ footer {
|
|||
display: flex;
|
||||
flex-direction: row;
|
||||
|
||||
&>section:first-child {
|
||||
& #version-info {
|
||||
flex-grow: 1;
|
||||
}
|
||||
|
||||
&>section:last-child {
|
||||
& #footer-icon {
|
||||
flex-shrink: 0;
|
||||
}
|
||||
|
||||
|
@ -557,6 +557,7 @@ footer {
|
|||
flex-direction: row;
|
||||
align-items: center;
|
||||
justify-content: end;
|
||||
|
||||
opacity: 50%;
|
||||
padding-left: 1.75rem;
|
||||
transition: var(--transition-duration) opacity;
|
||||
|
@ -575,6 +576,7 @@ footer {
|
|||
display: flex;
|
||||
flex-direction: row;
|
||||
list-style: none;
|
||||
margin: 0;
|
||||
padding-left: 0;
|
||||
opacity: 0%;
|
||||
transition: var(--transition-duration) opacity;
|
||||
|
@ -599,9 +601,19 @@ footer {
|
|||
}
|
||||
|
||||
& #footer-icon {
|
||||
color: var(--text-color);
|
||||
display: flex;
|
||||
padding-right: 1.75rem;
|
||||
opacity: 40%;
|
||||
|
||||
&>a {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
}
|
||||
|
||||
&>a>svg {
|
||||
display: flex;
|
||||
color: var(--text-color);
|
||||
opacity: 40%;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue