mirror of
https://gitlab.com/MrFry/qmining-page
synced 2026-04-29 19:57:36 +02:00
Reaction sorting, minor style and usability fixes
This commit is contained in:
@@ -15,7 +15,15 @@
|
||||
}
|
||||
|
||||
.inputArea {
|
||||
display: block;
|
||||
display: flex;
|
||||
flex-flow: column;
|
||||
justify-content: center;
|
||||
align-content: center;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.inputArea > * {
|
||||
padding: 5px 0px;
|
||||
}
|
||||
|
||||
.fileContainer {
|
||||
|
||||
Reference in New Issue
Block a user