diff options
author | r <r@freesoftwareextremist.com> | 2019-12-13 20:04:28 +0000 |
---|---|---|
committer | r <r@freesoftwareextremist.com> | 2019-12-13 20:21:56 +0000 |
commit | 28226401d76ebedb39129746eaaa1613c452f0eb (patch) | |
tree | 4511fc48627475ae5fc27156fa46ccaef10717da /static | |
parent | 55d559552c23ed8772092f7383e7700609089f62 (diff) | |
download | bloat-28226401d76ebedb39129746eaaa1613c452f0eb.tar.gz bloat-28226401d76ebedb39129746eaaa1613c452f0eb.zip |
Update page title and add navigation links
Diffstat (limited to 'static')
-rw-r--r-- | static/main.css | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/static/main.css b/static/main.css index b415ae5..e81de2a 100644 --- a/static/main.css +++ b/static/main.css @@ -36,6 +36,7 @@ .status-emoji { height: 20px; + margin-bottom: -4px; witdth: auto; } @@ -46,6 +47,7 @@ .status-action { display: flex; + margin-top: 4px; } .status-action a { @@ -75,3 +77,33 @@ .icon.dripicons-retweet.retweeted { color: green; } + +.status-image, +.status-video { + max-height: 180px; + width: auto; +} + +.page-title { + font-size: 23pt; +} + +.navigation { + margin: 4px 0; +} + +.navigation a { + margin-right: 8px; +} + +.timeline-post-form { + margin: 8px 0; +} + +.signin-form { + margin: 8px 0; +} + +.signin-form input { + margin: 4px 0; +} |