diff --git a/dist/svg/paperclip.svg b/dist/svg/paperclip.svg new file mode 100644 index 0000000..611e0c1 --- /dev/null +++ b/dist/svg/paperclip.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/dist/treebird.css b/dist/treebird.css index 01b1932..159f0e9 100644 --- a/dist/treebird.css +++ b/dist/treebird.css @@ -522,6 +522,17 @@ input[type=button], input[type=submit] padding: 3px 15px; } +.btn-alt +{ + display: inline-block; + border: 1px solid #858ba6; + background-color: #a1a7c8; + text-align: middle; + vertical-align: middle; + border-radius: 3px; + cursor: pointer; +} + .post-btn { background: linear-gradient(#aa0000, #900000); @@ -1736,14 +1747,12 @@ input[type=radio].hidden:not(:checked) + .emoji-picker-emojos list-style-type: none; padding: 3px 7px; margin: 1px 2px; - vertical-align: middle; + vertical-align: center; } .emoji-react-box .emoji { - position: relative; - top: 1px; - font-size: 20px; + font-size: 16px; } .emoji-react-box.custom-emoji-container @@ -2017,7 +2026,7 @@ input[type=checkbox].hidden:not(:checked) + .list-edit-content { color: #ccc; font-size: 8px; - margin: unset; + margin: unset;e } #instance-panel + .mini-links @@ -2025,6 +2034,24 @@ input[type=checkbox].hidden:not(:checked) + .list-edit-content margin: 10px 8px; } +/****************************** + * File uploads * + ******************************/ +.file-upload-btn +{ + padding: 3px 2px 2px 4px; + width: 16px; + height: 16px; +} + +.file-upload-btn svg +{ + stroke: #ffffff; + width: 14px; + height: 14px; + text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2); +} + /****************************** * Scrobbles * ******************************/ diff --git a/static/post.tmpl b/static/post.tmpl index bab0c3a..95877d7 100644 --- a/static/post.tmpl +++ b/static/post.tmpl @@ -49,7 +49,9 @@