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:
YashRE42 2020-10-17 20:49:35 +00:00 committed by Tim Abbott
parent 46a74d3e08
commit bd72ba76f3
2 changed files with 1 additions and 1 deletions

View File

@ -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";