12 lines
238 B
CSS
12 lines
238 B
CSS
#post-toolbar {
|
|
@apply max-w-screen-2xl mx-auto;
|
|
}
|
|
.toolbar-actions {
|
|
@apply flex items-center gap-3 ml-auto;
|
|
|
|
@media screen and (max-width: 1024px) {
|
|
@apply absolute left-0 translate-y-full;
|
|
bottom: -20px;
|
|
}
|
|
}
|