Skip to content

Commit

Permalink
fixed dynamic height of app
Browse files Browse the repository at this point in the history
  • Loading branch information
Abhishree21 committed Jul 18, 2024
1 parent f55dd70 commit 36a6c47
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
22 changes: 11 additions & 11 deletions .firebase/hosting.YnVpbGQ.cache
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
favicon.ico,1711903957684,9058557412cf21f3d51b239d3fb05055e716d0c26639e7628a3e4bb6e7ec6d16
sample.txt,1681812605904,184accb13c7bd90742b95cb6be7ab47c30a1da2cb93e7c765e30be0b583837a1
asset-manifest.json,1711906335459,1b8de1799535fe34eec6669c3e2ad08388fa57948b7ab3a569546d5abff34377
index.html,1711906335457,7b41d7a8a444ef754e146c56e380403ef025b8c420ef960d5483f750e47efab9
static/js/main.69b67a9f.js.LICENSE.txt,1711906335475,cce791bed207d58fc5d5ba439fa30310eae92e4cb4816a67f8c656fc360c5317
static/css/main.b091b910.css.map,1711906335482,ba6d0dfa868fffed58a8583bc6679ecbf4bdb88044283730de00fc955428cf6f
static/css/main.b091b910.css,1711906335479,e50267f0b56a60385c14248f31e8ddcbeb172c793f0c3cc89d19358b19c51c8a
static/media/chat.9b803c6c709d20a3ae8c.png,1711906335477,ba6314c395ddb8348ccc7167a0ab91dff458f81b2267bbf78f2ad3adcbd0dbf2
static/js/main.69b67a9f.js,1711906335476,adccf367a3932782321bc1fc9354f8cd8631daf584f62ea4e751c9a56dd8e3c9
static/media/statsbg.70535a24d8579f1c7069.jpg,1711906335477,14d3dd296bb92e906f03681111c630f475d116798c2c25985a73f437f78a1b3b
static/js/main.69b67a9f.js.map,1711906335481,96908e6eb8eff49b6228bd07e14ae41d53ba7b5e0bcdc349af53efffe6b83b8d
index.html,1721296317871,04ea64218499d7f09a9ca666ef1c59610db96402b1bc2c58433dddda356f8cc4
asset-manifest.json,1721296317871,9335f967c4de56264f93070bc272bed233d678e11c525bd5fab995580c7d7031
static/js/main.69b67a9f.js.LICENSE.txt,1721296317887,cce791bed207d58fc5d5ba439fa30310eae92e4cb4816a67f8c656fc360c5317
static/css/main.f302b3e0.css.map,1721296317887,e532747356f943206e0c451f8b721edd2b07d81f10a2c9ecd7e31259250fccfd
static/css/main.f302b3e0.css,1721296317887,11ea67c90ab7748db59c75c435b30439eda8613ef814e387cc4d4cfab3581cc2
sample.txt,1681812606000,9bee6a23d8a8665f2c9d798c31bbbe49abd2856907555986a78ceef895bb54ba
favicon.ico,1711903958000,9058557412cf21f3d51b239d3fb05055e716d0c26639e7628a3e4bb6e7ec6d16
static/media/chat.9b803c6c709d20a3ae8c.png,1721296317887,ba6314c395ddb8348ccc7167a0ab91dff458f81b2267bbf78f2ad3adcbd0dbf2
static/js/main.69b67a9f.js,1721296317887,adccf367a3932782321bc1fc9354f8cd8631daf584f62ea4e751c9a56dd8e3c9
static/media/statsbg.70535a24d8579f1c7069.jpg,1721296317887,14d3dd296bb92e906f03681111c630f475d116798c2c25985a73f437f78a1b3b
static/js/main.69b67a9f.js.map,1721296317887,96908e6eb8eff49b6228bd07e14ae41d53ba7b5e0bcdc349af53efffe6b83b8d
4 changes: 2 additions & 2 deletions src/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

html {
margin: 0;
height: 100vh;
height: 100dvh;
width: 100vw;
}

Expand All @@ -39,7 +39,7 @@ body {
background-position: center;
// background-image: url('./img/loginbg.jpg');
background-size: cover;
height: 100vh;
height: 100dvh;
display: flex;
align-items: center;
justify-content: center;
Expand Down

0 comments on commit 36a6c47

Please sign in to comment.