mirror of
https://github.com/twisterarmy/twister-html.git
synced 2025-01-13 16:37:52 +00:00
fix attach button size to fit default/calm themes.
nin button still missing (?)
This commit is contained in:
parent
440bce7c2d
commit
600b28d82b
@ -127,7 +127,7 @@
|
||||
<textarea placeholder="New Post..."></textarea>
|
||||
<div class="post-area-extras">
|
||||
<span class="post-area-attach" style="display: none;">
|
||||
<input type="file" id="fileInputAttach" style="font-size: 10px;"/>
|
||||
<input type="file" id="fileInputAttach" style="font-size: 10px; width: 135px;"/>
|
||||
</span>
|
||||
<span class="post-area-remaining">140</span>
|
||||
<button class="undo-unicode disabled" disabled="disabled">undo</button>
|
||||
|
Loading…
Reference in New Issue
Block a user