diff options
Diffstat (limited to 'views/partials')
| -rw-r--r-- | views/partials/settings.ejs | 49 |
1 files changed, 0 insertions, 49 deletions
diff --git a/views/partials/settings.ejs b/views/partials/settings.ejs index d36cf6c..b174546 100644 --- a/views/partials/settings.ejs +++ b/views/partials/settings.ejs @@ -61,52 +61,3 @@ </div> </div> </div> - -<style> - #thread_settings h2 { - font-size: 16px; - margin: 0; - } - #thread_settings .inner { - padding: 20px; - text-align: left; - } - #thread_controls { - margin-top: 10px; - display: flex; - flex-direction: row; - } - #thread_controls > div { - max-width: 50%; - } - #thread_fields { - text-align: left; - } - .thread_field, - #thread_fields > div { - display: flex; - flex-direction: row; - margin-top: 5px; - } - #thread_controls label { - margin-top: 4px; - padding-right: 5px; - } - #thread_fields input[type=text] { - font-size: 13px; - width: 200px; - transform: translateY(-2px); - } - #thread_settings .close_link { - position: absolute; - top: 23px; - right: 10px; - } - #thread_fields label { - display: block; - width: 80px; - } - .desktop button.thread_delete:hover { - background: #ff8288; - } -</style>
\ No newline at end of file |
