mirror of
https://gitlab.com/MrFry/qmining-page
synced 2025-04-01 20:23:44 +02:00
Minor user files page fixes
This commit is contained in:
parent
1770094b37
commit
c5fc0503d2
2 changed files with 1 additions and 1 deletions
|
@ -94,6 +94,7 @@ function SubjNameInput({ onChange, uploading }) {
|
||||||
) : (
|
) : (
|
||||||
<div>
|
<div>
|
||||||
<input
|
<input
|
||||||
|
autoFocus
|
||||||
placeholder={'Új tárgy neve'}
|
placeholder={'Új tárgy neve'}
|
||||||
type="text"
|
type="text"
|
||||||
onChange={(e) => {
|
onChange={(e) => {
|
||||||
|
|
|
@ -95,7 +95,6 @@
|
||||||
.description {
|
.description {
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
cursor: pointer;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.description > b {
|
.description > b {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue