mirror of
https://gitlab.com/MrFry/qmining-page
synced 2025-04-01 20:23:44 +02:00
Even more height fixes, bit better background
This commit is contained in:
parent
5546bdb477
commit
14d8e43083
4 changed files with 8 additions and 6 deletions
src/pages
|
@ -11,7 +11,7 @@ class MyDocument extends Document {
|
|||
return (
|
||||
<Html>
|
||||
<Head />
|
||||
<body bgcolor="#222426">
|
||||
<body bgcolor="#222226">
|
||||
<Main />
|
||||
<NextScript />
|
||||
</body>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
.chat {
|
||||
display: flex;
|
||||
align-items: stretch;
|
||||
height: 100%;
|
||||
height: calc(100vh - 50px);
|
||||
}
|
||||
|
||||
.main {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue