diff --git a/dist/treebird20-dark.css b/dist/treebird20-dark.css index 9027dee..e934b9b 100644 --- a/dist/treebird20-dark.css +++ b/dist/treebird20-dark.css @@ -42,6 +42,11 @@ ul } +select +{ + background-color: #303030; +} + #main-page-container { padding: 8px; @@ -76,15 +81,15 @@ a, a:visited, a:hover, a:active color: inherit; } -.mention, -.mention span +.mention { - color: #5b4852; + color: #ffcccc; text-decoration: none; - background-color: #c9bac2; + background-color: #600000; border-radius: 3px; padding-left: 2px; padding-right: 2px; + border: 1px solid #aa0000; } /* Cleans up most of the tables */ @@ -885,8 +890,11 @@ svg.in-reply-to-icon display: block; border: 1px solid #303030; width: 592px; + max-width: 592px; + min-width: 592px; background: #202020; margin-bottom: 5px; + padding: 2px; } .statusbox .statusfooter diff --git a/dist/treebird20.css b/dist/treebird20.css index d9f9944..95a7b4f 100644 --- a/dist/treebird20.css +++ b/dist/treebird20.css @@ -858,7 +858,10 @@ svg.in-reply-to-icon { display: block; width: 592px; + max-width: 592px; + min-width: 592px; margin-bottom: 5px; + padding: 2px; } .statusbox .statusfooter diff --git a/dist/treebird40.css b/dist/treebird40.css index 6317f8c..8ae06a6 100644 --- a/dist/treebird40.css +++ b/dist/treebird40.css @@ -884,6 +884,8 @@ svg.in-reply-to-icon border: 1px solid #eaeaea; display: block; width: 592px; + max-width: 592px; + min-width: 592px; margin-bottom: 5px; padding: 2px; box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.05); diff --git a/static/post.html b/static/post.html index 933ff72..f7a3b17 100644 --- a/static/post.html +++ b/static/post.html @@ -4,15 +4,15 @@
- - + - +