mirror of
https://github.com/adoyle0/thaw.git
synced 2025-01-23 06:19:22 -05:00
10 lines
204 B
CSS
10 lines
204 B
CSS
.thaw-tabbar {
|
|
background-color: var(--thaw-background-color);
|
|
position: fixed;
|
|
left: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
height: 50px;
|
|
display: flex;
|
|
justify-content: space-around;
|
|
}
|