[MM-22073] Added new titlebar to Settings page (#1171)

This commit is contained in:
Devin Binnie
2020-01-29 16:28:32 -05:00
committed by GitHub
parent 120082e88a
commit 59f2a02c36
3 changed files with 294 additions and 27 deletions

View File

@@ -20,3 +20,12 @@
.checkbox > label {
width: 100%;
}
body {
overflow: hidden;
height: 100%;
}
#content {
height: 100%;
}