Clean up css style

Use a variable and remove a space.

// FREEBIE
This commit is contained in:
lilia 2015-12-11 13:05:38 -08:00
parent 2618c8095e
commit 0009a50d4d
2 changed files with 2 additions and 3 deletions

View file

@ -55,7 +55,7 @@
-webkit-user-select: text; -webkit-user-select: text;
} }
.container { .container {
height : calc(100% - (36px + 5px + 1px + 4px)); height: calc(100% - (#{$header-height} + 5px + 1px + 4px));
} }
} }

View file

@ -623,8 +623,7 @@ input.search {
padding: 0 1em; padding: 0 1em;
-webkit-user-select: text; } -webkit-user-select: text; }
.key-verification .container { .key-verification .container {
height : calc(100% - (36px + 5px + 1px + 4px)); height: calc(100% - (36px + 5px + 1px + 4px)); }
}
.message-detail .container { .message-detail .container {
height: calc(100% - (36px + 4px)); } height: calc(100% - (36px + 4px)); }