Revert previous change

pull/1/head
yflory 5 years ago
parent a29055dc18
commit 7328cb1d24

@ -1033,20 +1033,15 @@ color: var(--toolbar-bg-color);
.cp-toolbar-bottom-left { .cp-toolbar-bottom-left {
display: flex; display: flex;
flex-basis: 33.33%;
order: 1; order: 1;
} }
.cp-toolbar-bottom-mid { .cp-toolbar-bottom-mid {
display: flex; display: flex;
flex-basis: 33.33%;
justify-content: center;
order: 2; order: 2;
} }
.cp-toolbar-bottom-right { .cp-toolbar-bottom-right {
order: 3; order: 3;
display: flex; display: flex;
flex-basis: 33.33%;
justify-content: end;
#cp-toolbar-chat-drawer-open { order: 0; } #cp-toolbar-chat-drawer-open { order: 0; }
#cp-toolbar-userlist-drawer-open { order: 1; } #cp-toolbar-userlist-drawer-open { order: 1; }
} }

Loading…
Cancel
Save