mirror of
https://gitlab.com/MrFry/qmining-page
synced 2025-04-01 20:23:44 +02:00
Finishing up style fixes across pages
This commit is contained in:
parent
db347e14ec
commit
b88a4d9c9e
10 changed files with 200 additions and 123 deletions
|
@ -2,12 +2,19 @@
|
|||
color: var(--text-color);
|
||||
background-color: var(--background-color);
|
||||
font-size: 14px;
|
||||
width: 100%;
|
||||
width: 60% !important;
|
||||
box-sizing: border-box;
|
||||
height: 60px;
|
||||
height: 100px;
|
||||
resize: none;
|
||||
margin-top: 15px;
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
.send {
|
||||
width: 20%;
|
||||
margin-bottom: 60px;
|
||||
}
|
||||
|
||||
.inputArea {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
display: block;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue