forked from mirrors/amnezia-wg-easy
Update client list layout and show total client RX/TX
Update client layout to show current and total rx/tx values in columns. Update tablet and mobile layout
This commit is contained in:
parent
d7b5f4d100
commit
5b2a9308f5
3 changed files with 165 additions and 75 deletions
|
@ -5,4 +5,14 @@
|
|||
module.exports = {
|
||||
darkMode: 'media',
|
||||
content: ['./www/**/*.{html,js}'],
|
||||
theme: {
|
||||
screens: {
|
||||
'xs': '576px',
|
||||
'sm': '640px',
|
||||
'md': '768px',
|
||||
'lg': '1024px',
|
||||
'xl': '1280px',
|
||||
'2xl': '1536px',
|
||||
}
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue