AppFlowy-Cloud/admin_frontend/assets/top_menu_bar.css

15 lines
202 B
CSS

#top-menu-bar {
display: flex;
justify-content: space-between;
align-items: center;
}
#top-menu-bar-left {
display: flex;
align-items: center;
}
#top-menu-bar-right {
text-align: right;
}