1
0
Fork 0
mirror of https://github.com/adoyle0/thaw.git synced 2025-03-11 21:32:54 -04:00
thaw/thaw_mobile/tabbar/tabbar.css

11 lines
204 B
CSS
Raw Normal View History

2023-11-05 16:03:58 +08:00
.thaw-tabbar {
background-color: var(--thaw-background-color);
2023-05-27 23:55:27 +08:00
position: fixed;
left: 0;
right: 0;
bottom: 0;
height: 50px;
display: flex;
justify-content: space-around;
2023-11-01 14:04:12 +08:00
}