diff --git a/client/homebrew/editor/snippetbar/snippetbar.jsx b/client/homebrew/editor/snippetbar/snippetbar.jsx
index 7800e1e52..7f5e5dc71 100644
--- a/client/homebrew/editor/snippetbar/snippetbar.jsx
+++ b/client/homebrew/editor/snippetbar/snippetbar.jsx
@@ -208,7 +208,7 @@ const Snippetbar = createClass({
if(!this.props.showEditButtons) return;
let foldButtons;
- if(this.props.view == 'text'){
+ if(this.props.view !== 'meta'){
foldButtons =
<>
*:only-child)):has(.snippets >*:nth-child(3)) {
- .editors,.snippets { flex : 1; }
- .editors { border-bottom : 1px solid;}
- .editors > div.history > .dropdown { right : unset; }
- }
-}
-/*style tab*/
-@container editor (width < 328px) {
/*This rule doesn't apply to properties editor or homepage*/
.snippetBar:not(:has(>*:only-child)) {
- .editors,.snippets { flex : 1; }
+ .editors { flex:1;justify-content : space-between;}
+ .snippets { flex:1;justify-content : space-evenly; }
.editors { border-bottom : 1px solid;}
.editors > div.history > .dropdown { right : unset; }
}
}
+