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:07:08 +02:00
parent 781e2b0bb2
commit e020c2631f
2 changed files with 6 additions and 12 deletions

View File

@@ -72,10 +72,6 @@ input.input-inline {
border-radius: 0; border-radius: 0;
} }
#app img {
box-sizing: content-box;
}
#searchbox { #searchbox {
display: flex !important; display: flex !important;
} }

View File

@@ -119,12 +119,10 @@ export default {
} }
} }
.deck-main { </style>
bottom: 0;
overflow: auto; <style>
position: absolute; #content * {
top: 44px; box-sizing: border-box;
width: 100%; }
}
</style> </style>