mirror of https://github.com/zulip/zulip.git
left-sidebar: Rename .css file to left_sidebar.css.
This changes the file name to existing conventions, it does not, however, change the actual `.left_sidebar` tag used in the app.
This commit is contained in:
parent
46a74d3e08
commit
bd72ba76f3
|
@ -217,7 +217,7 @@ import "../../styles/compose.css";
|
|||
import "../../styles/message_edit_history.css";
|
||||
import "../../styles/reactions.css";
|
||||
import "../../styles/user_circles.css";
|
||||
import "../../styles/left-sidebar.css";
|
||||
import "../../styles/left_sidebar.css";
|
||||
import "../../styles/right-sidebar.css";
|
||||
import "../../styles/lightbox.css";
|
||||
import "../../styles/popovers.css";
|
||||
|
|
Loading…
Reference in New Issue