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:
@@ -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 {
|
||||||
|
Reference in New Issue
Block a user