2022-06-04 03:13:19 +00:00
|
|
|
.toolbar {
|
|
|
|
display: flex;
|
|
|
|
|
|
|
|
justify-content: flex-start;
|
|
|
|
align-content: flex-start;
|
|
|
|
|
2022-06-08 00:12:03 +00:00
|
|
|
position: fixed;
|
2022-06-07 10:48:47 +00:00
|
|
|
|
2022-07-20 21:53:08 +00:00
|
|
|
z-index: 3;
|
2022-06-07 10:48:47 +00:00
|
|
|
|
|
|
|
gap: 2px;
|
2022-06-04 03:13:19 +00:00
|
|
|
}
|
|
|
|
|
2022-06-11 03:08:49 +00:00
|
|
|
.toolbarTop {
|
2022-06-04 03:13:19 +00:00
|
|
|
top: 8px;
|
2022-06-07 10:48:47 +00:00
|
|
|
flex-direction: column;
|
2022-06-04 03:13:19 +00:00
|
|
|
}
|
|
|
|
|
2022-06-11 03:08:49 +00:00
|
|
|
.toolbarBottom {
|
2022-06-04 03:13:19 +00:00
|
|
|
bottom: 8px;
|
2022-06-07 10:48:47 +00:00
|
|
|
flex-direction: column-reverse;
|
2022-06-04 03:13:19 +00:00
|
|
|
}
|
|
|
|
|
2022-06-11 03:08:49 +00:00
|
|
|
.toolbarLeft {
|
2022-06-04 03:13:19 +00:00
|
|
|
left: 8px;
|
|
|
|
}
|
|
|
|
|
2022-06-11 03:08:49 +00:00
|
|
|
.toolbarRight {
|
2022-06-04 03:13:19 +00:00
|
|
|
right: 8px;
|
|
|
|
}
|
2022-06-07 10:34:38 +00:00
|
|
|
|
2022-06-11 03:08:49 +00:00
|
|
|
.toolbarVadapt {
|
2022-06-07 10:34:38 +00:00
|
|
|
top: 8px;
|
2022-06-07 10:48:47 +00:00
|
|
|
flex-direction: column;
|
2022-06-07 10:34:38 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
@media (max-width: 800px) {
|
2022-06-11 03:08:49 +00:00
|
|
|
.toolbarVadapt {
|
2022-06-07 10:34:38 +00:00
|
|
|
top: unset;
|
|
|
|
bottom: 8px;
|
2022-06-07 10:48:47 +00:00
|
|
|
|
|
|
|
flex-direction: column-reverse;
|
2022-06-07 10:34:38 +00:00
|
|
|
}
|
|
|
|
}
|