2023-05-27 23:55:27 +08:00
|
|
|
.melt-tabbar {
|
2023-11-01 14:04:12 +08:00
|
|
|
background-color: var(--melt-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
|
|
|
}
|