Create define (#156)

* Delete unused styles from linear progress

* Allow vuei18n result as name in table haeder

* Rename createX to defineX

* Fix styling glitch in private view
This commit is contained in:
Rijk van Zanten
2020-03-11 11:33:57 -04:00
committed by GitHub
parent 971876d018
commit 2c5a56acfc
7 changed files with 12 additions and 8 deletions

View File

@@ -140,8 +140,11 @@ export default defineComponent({
.content {
flex-grow: 1;
height: 100%;
overflow: hidden;
main {
height: calc(100% - 112px); /* TODO: add "collapsed" header state support */
padding: var(--private-view-content-padding);
}