2022-05-07 16:13:06 -07:00
|
|
|
.statusbar {
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
2022-08-29 23:17:12 -07:00
|
|
|
font-size: 0.8rem;
|
2022-05-07 16:13:06 -07:00
|
|
|
justify-content: space-between;
|
2022-07-08 09:10:18 +02:00
|
|
|
height: 2rem;
|
2022-05-07 16:13:06 -07:00
|
|
|
width: 100%;
|
2022-08-29 23:17:12 -07:00
|
|
|
padding: var(--content-padding);
|
|
|
|
color: var(--theme-color-palette-5);
|
2022-05-11 23:31:31 -07:00
|
|
|
}
|