diff options
| author | r <r@freesoftwareextremist.com> | 2019-12-24 15:19:11 +0000 | 
|---|---|---|
| committer | r <r@freesoftwareextremist.com> | 2019-12-24 15:19:11 +0000 | 
| commit | 51bdb20402abc08102e83a234bb4f6720c5a1166 (patch) | |
| tree | 17ffc20c58c217ae559c67e01c407343b4c4ad67 | |
| parent | a24d87ad2044db01b5ce35c5fe581967fbde4cf6 (diff) | |
| download | bloat-51bdb20402abc08102e83a234bb4f6720c5a1166.tar.gz bloat-51bdb20402abc08102e83a234bb4f6720c5a1166.zip | |
Fix status content style
| -rw-r--r-- | static/main.css | 13 | 
1 files changed, 8 insertions, 5 deletions
| diff --git a/static/main.css b/static/main.css index 8237abb..34614c8 100644 --- a/static/main.css +++ b/static/main.css @@ -13,7 +13,7 @@  }  .status-content { -	margin: 4px 0 8px 0; +	margin: 4px 0;  	word-wrap: anywhere;  } @@ -21,6 +21,10 @@  	margin: 0px;  } +.status-media-container { +	margin: 4px 0; +} +  .status-profile-img-container {  	margin-right: 8px;  } @@ -60,16 +64,15 @@  }  .status-action { -	display: flex;  	margin-top: 4px;  }  .status-action a { -	display: flex; -	margin: 0 4px; -	width: 64px; +	display: inline-block; +	min-width: 64px;  	text-decoration: none;  	color: #333333; +	vertical-align: middle;  }  .status-action a:hover { | 
