AppFlowy-Cloud/admin_frontend/assets/top_menu_bar.css

17 lines
253 B
CSS

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