aboutsummaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorr <r@freesoftwareextremist.com>2019-12-22 03:43:25 +0000
committerr <r@freesoftwareextremist.com>2019-12-22 03:43:25 +0000
commit4a83c22261e4e35de7366c9b815ef72d3555e5d9 (patch)
treeaff319a41886530414eabd9dbd9cf6be21f7f871 /static
parent2678f33157d147ba548793709cd8fbaabb4eaae2 (diff)
downloadbloat-4a83c22261e4e35de7366c9b815ef72d3555e5d9.tar.gz
bloat-4a83c22261e4e35de7366c9b815ef72d3555e5d9.zip
Fix css and template issues
Diffstat (limited to 'static')
-rw-r--r--static/main.css30
1 files changed, 27 insertions, 3 deletions
diff --git a/static/main.css b/static/main.css
index e37cef4..89bb9cd 100644
--- a/static/main.css
+++ b/static/main.css
@@ -21,11 +21,15 @@
margin: 0px;
}
+.status-profile-img-container {
+ margin-right: 8px;
+}
+
.status-profile-img {
height: 48px;
width: 48px;
- margin-right: 8px;
object-fit: contain;
+ vertical-align: top;
}
.status {
@@ -111,6 +115,10 @@
margin: 8px 0;
}
+.post-form>div {
+ margin-bottom: 4px;
+}
+
.signin-form {
margin: 8px 0;
}
@@ -127,7 +135,7 @@
height: 24px;
width: 24px;
margin-bottom: -8px;
- margin-right: 0px;
+ vertical-align: baseline;
}
.retweet-info .status-dname{
@@ -248,7 +256,7 @@
}
.status-visibility {
- margin: 0 4px;
+ margin-left: 4px;
display: inline-block;
color: #444444;
}
@@ -257,3 +265,19 @@
font-size: 9pt;
vertical-align: bottom;
}
+
+.remote-link {
+ margin-left: 4px;
+ display: inline-block;
+ color: #444444;
+ text-decoration: none;
+}
+
+.remote-link span {
+ font-size: 9pt;
+ vertical-align: bottom;
+}
+
+.img-link {
+ display: inline-block;
+}