1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-07-30 02:21:17 +03:00

Make right panel a dark-panel instead of every descendant.

Also move bg color central.
This commit is contained in:
Bruno Windels
2018-11-06 14:47:58 +01:00
parent 92e43ea181
commit 4e773c2665
13 changed files with 10 additions and 12 deletions

View File

@ -17,7 +17,6 @@ limitations under the License.
.mx_FilePanel {
order: 2;
flex: 1 1 0;
background-color: $secondary-accent-color;
overflow-y: auto;
}