1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-22 03:03:43 +00:00

xtra small body height

This commit is contained in:
Kyle Spearrin
2017-09-11 21:23:22 -04:00
parent bbe4bdc865
commit 2e20f051c0
5 changed files with 51 additions and 5 deletions

View File

@@ -96,7 +96,7 @@
<script src="app/lock/lockController.js"></script>
</head>
<body ng-controller="mainController as main" class="{{main.animation}}"
ng-class="{lg: main.lgBody, sh: main.shBody }">
ng-class="{lg: main.lgBody, sm: main.smBody, xs: main.xsBody }">
<div ui-view class="main-view"></div>
</body>
</html>