Use server box-sizing

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl
2019-08-12 11:43:23 +02:00
parent 781e2b0bb2
commit e020c2631f
2 changed files with 5 additions and 11 deletions
-4
View File
@@ -72,10 +72,6 @@ input.input-inline {
border-radius: 0;
}
#app img {
box-sizing: content-box;
}
#searchbox {
display: flex !important;
}
+5 -7
View File
@@ -119,12 +119,10 @@ export default {
}
}
.deck-main {
bottom: 0;
overflow: auto;
position: absolute;
top: 44px;
width: 100%;
</style>
<style>
#content * {
box-sizing: border-box;
}
</style>