mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
feat(android app): add 'choose file' button to auto upload media to catbox in the background
more free and open web hosting services can be added later
This commit is contained in:
@@ -125,13 +125,13 @@
|
||||
.postFormTable td input {
|
||||
height: 20px;
|
||||
}
|
||||
|
||||
|
||||
.postFormTable td textarea {
|
||||
height: 80px;
|
||||
}
|
||||
|
||||
.postFormTable button {
|
||||
padding: 4px 8px;
|
||||
padding: 3px 6px;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -139,4 +139,14 @@
|
||||
.postFormMobile {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
.uploadButton button {
|
||||
position: relative;
|
||||
margin: 0;
|
||||
margin-right: 5px;
|
||||
}
|
||||
|
||||
.uploadButton span {
|
||||
font-weight: normal;
|
||||
}
|
||||
Reference in New Issue
Block a user