mirror of
https://github.com/discourse/discourse.git
synced 2025-06-06 13:06:56 +08:00
UX: re-hide hidden upload field (#31861)
follow-up to
6d92165ae7
,
rehides this:
before:

after:

This commit is contained in:
@ -122,3 +122,8 @@
|
||||
top: 0%;
|
||||
}
|
||||
}
|
||||
|
||||
.hidden-upload-field {
|
||||
visibility: hidden;
|
||||
position: absolute;
|
||||
}
|
||||
|
Reference in New Issue
Block a user