Adjust sidebar footer alignment and padding
This commit is contained in:
@@ -112,9 +112,9 @@ body {
|
|||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
gap: 8px;
|
gap: 8px;
|
||||||
|
justify-content: center;
|
||||||
margin-top: auto;
|
margin-top: auto;
|
||||||
padding-left: 24px;
|
padding: 0 24px 16px;
|
||||||
padding-right: 24px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.sidebar__footer .icon-button {
|
.sidebar__footer .icon-button {
|
||||||
@@ -122,6 +122,16 @@ body {
|
|||||||
height: 36px;
|
height: 36px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.sidebar__footer--collapsed {
|
||||||
|
position: absolute;
|
||||||
|
left: 0;
|
||||||
|
right: 0;
|
||||||
|
bottom: 16px;
|
||||||
|
margin-top: 0;
|
||||||
|
padding: 0 32px;
|
||||||
|
justify-content: flex-start;
|
||||||
|
}
|
||||||
|
|
||||||
.app-title {
|
.app-title {
|
||||||
font-size: 1.4rem;
|
font-size: 1.4rem;
|
||||||
letter-spacing: 0.08em;
|
letter-spacing: 0.08em;
|
||||||
|
|||||||
Reference in New Issue
Block a user