Adjust sidebar footer alignment and padding
This commit is contained in:
@@ -112,9 +112,9 @@ body {
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
gap: 8px;
|
||||
justify-content: center;
|
||||
margin-top: auto;
|
||||
padding-left: 24px;
|
||||
padding-right: 24px;
|
||||
padding: 0 24px 16px;
|
||||
}
|
||||
|
||||
.sidebar__footer .icon-button {
|
||||
@@ -122,6 +122,16 @@ body {
|
||||
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 {
|
||||
font-size: 1.4rem;
|
||||
letter-spacing: 0.08em;
|
||||
|
||||
Reference in New Issue
Block a user