mirror of
https://github.com/timvisee/send.git
synced 2025-10-05 18:34:18 +02:00
Begin implementing a reporting mechanism
This commit is contained in:
parent
ccbcb69666
commit
9891d1f0ba
37 changed files with 762 additions and 183 deletions
|
@ -259,6 +259,14 @@ module.exports = {
|
|||
full: '100%',
|
||||
screen: '100vh'
|
||||
},
|
||||
flex: {
|
||||
'1': '1 1 0%',
|
||||
auto: '1 1 auto',
|
||||
initial: '0 1 auto',
|
||||
none: 'none',
|
||||
half: '0 0 50%',
|
||||
full: '0 0 100%'
|
||||
},
|
||||
minWidth: {
|
||||
'0': '0',
|
||||
full: '100%'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue