Fix CSS
This commit is contained in:
		@@ -94,7 +94,8 @@
 | 
				
			|||||||
    display: none;
 | 
					    display: none;
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
iframe, .cvo video {
 | 
					iframe,
 | 
				
			||||||
 | 
					.cvo video {
 | 
				
			||||||
  max-width: 100%;
 | 
					  max-width: 100%;
 | 
				
			||||||
  max-height: 300px;
 | 
					  max-height: 300px;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
@@ -127,7 +128,7 @@ iframe, .cvo video {
 | 
				
			|||||||
}
 | 
					}
 | 
				
			||||||
.marquee {
 | 
					.marquee {
 | 
				
			||||||
  width: 100%;
 | 
					  width: 100%;
 | 
				
			||||||
  padding: .5em 0;
 | 
					  padding: 0.5em 0;
 | 
				
			||||||
  overflow: hidden;
 | 
					  overflow: hidden;
 | 
				
			||||||
  margin-bottom: 0;
 | 
					  margin-bottom: 0;
 | 
				
			||||||
  position: relative;
 | 
					  position: relative;
 | 
				
			||||||
@@ -143,14 +144,15 @@ iframe, .cvo video {
 | 
				
			|||||||
  animation-iteration-count: infinite;
 | 
					  animation-iteration-count: infinite;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
@keyframes marquee {
 | 
					@keyframes marquee {
 | 
				
			||||||
0% {
 | 
					  0% {
 | 
				
			||||||
  -webkit-transform: translate(0);
 | 
					    -webkit-transform: translate(0);
 | 
				
			||||||
  transform: translate(0);
 | 
					    transform: translate(0);
 | 
				
			||||||
}
 | 
					  }
 | 
				
			||||||
99%, 100% {
 | 
					  99%,
 | 
				
			||||||
  -webkit-transform: translate(-100%);
 | 
					  100% {
 | 
				
			||||||
  transform: translate(-100%);
 | 
					    -webkit-transform: translate(-100%);
 | 
				
			||||||
}
 | 
					    transform: translate(-100%);
 | 
				
			||||||
 | 
					  }
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
.boxIn {
 | 
					.boxIn {
 | 
				
			||||||
  display: flex;
 | 
					  display: flex;
 | 
				
			||||||
@@ -209,7 +211,8 @@ iframe, .cvo video {
 | 
				
			|||||||
  width: 100%;
 | 
					  width: 100%;
 | 
				
			||||||
  display: grid;
 | 
					  display: grid;
 | 
				
			||||||
  grid-template-columns: 43px 2fr 1fr;
 | 
					  grid-template-columns: 43px 2fr 1fr;
 | 
				
			||||||
  grid-template-areas: "notice notice notice" "icon display_name display_name" "icon toot toot" "vis additional additional" "actions actions side";
 | 
					  grid-template-rows: auto 1.6rem 1fr auto 2.5rem;
 | 
				
			||||||
 | 
					  grid-template-areas: "notice notice notice" "icon display_name display_name" "space toot toot" "space additional additional" "vis actions side";
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
.cvo h1,
 | 
					.cvo h1,
 | 
				
			||||||
.cvo h2,
 | 
					.cvo h2,
 | 
				
			||||||
@@ -254,7 +257,8 @@ iframe, .cvo video {
 | 
				
			|||||||
.area-toot {
 | 
					.area-toot {
 | 
				
			||||||
  cursor: text;
 | 
					  cursor: text;
 | 
				
			||||||
  user-select: auto;
 | 
					  user-select: auto;
 | 
				
			||||||
  margin: 2px;
 | 
					  margin-top: 5px;
 | 
				
			||||||
 | 
					  margin-bottom: 5px;
 | 
				
			||||||
  margin-left: 5px;
 | 
					  margin-left: 5px;
 | 
				
			||||||
  grid-area: toot;
 | 
					  grid-area: toot;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
@@ -276,7 +280,8 @@ iframe, .cvo video {
 | 
				
			|||||||
.area-actions {
 | 
					.area-actions {
 | 
				
			||||||
  padding: 0;
 | 
					  padding: 0;
 | 
				
			||||||
  margin: 0;
 | 
					  margin: 0;
 | 
				
			||||||
  top: -20px;
 | 
					  top: -5px;
 | 
				
			||||||
 | 
					  position: relative;
 | 
				
			||||||
  display: flex;
 | 
					  display: flex;
 | 
				
			||||||
  justify-content: space-around;
 | 
					  justify-content: space-around;
 | 
				
			||||||
  width: 250px;
 | 
					  width: 250px;
 | 
				
			||||||
@@ -286,9 +291,12 @@ iframe, .cvo video {
 | 
				
			|||||||
.area-vis {
 | 
					.area-vis {
 | 
				
			||||||
  margin: 2px;
 | 
					  margin: 2px;
 | 
				
			||||||
  grid-area: vis;
 | 
					  grid-area: vis;
 | 
				
			||||||
 | 
					  text-align: center;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
.area-side {
 | 
					.area-side {
 | 
				
			||||||
  display: flex;
 | 
					  display: flex;
 | 
				
			||||||
 | 
					  top: -5px;
 | 
				
			||||||
 | 
					  position: relative;
 | 
				
			||||||
  justify-content: flex-end;
 | 
					  justify-content: flex-end;
 | 
				
			||||||
  margin: 2px;
 | 
					  margin: 2px;
 | 
				
			||||||
  grid-area: side;
 | 
					  grid-area: side;
 | 
				
			||||||
@@ -341,7 +349,7 @@ iframe, .cvo video {
 | 
				
			|||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.gray {
 | 
					.gray {
 | 
				
			||||||
  color: gray;
 | 
					  color: #cccccc;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
.sml {
 | 
					.sml {
 | 
				
			||||||
  font-size: 0.8em;
 | 
					  font-size: 0.8em;
 | 
				
			||||||
@@ -600,18 +608,31 @@ p:not(:last-child) {
 | 
				
			|||||||
  width: 100%;
 | 
					  width: 100%;
 | 
				
			||||||
  height: 100%;
 | 
					  height: 100%;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
.shared.selectedToot{
 | 
					.shared.selectedToot {
 | 
				
			||||||
  background-color: var(--selectedWithShare);
 | 
					  background-color: var(--selectedWithShare);
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
.selectedToot{
 | 
					.selectedToot {
 | 
				
			||||||
  background-color: var(--selected);
 | 
					  background-color: var(--selected);
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
audio{
 | 
					audio {
 | 
				
			||||||
  height: 2rem;
 | 
					  height: 2rem;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
.translate{
 | 
					.translate {
 | 
				
			||||||
  white-space: normal;
 | 
					  white-space: normal;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					.cw_btn {
 | 
				
			||||||
 | 
					  margin: 3px;
 | 
				
			||||||
 | 
					  background-color: var(--emphasized);
 | 
				
			||||||
 | 
					  color: var(--color);
 | 
				
			||||||
 | 
					  padding-left: 3px;
 | 
				
			||||||
 | 
					  padding-right: 3px;
 | 
				
			||||||
 | 
					  border-radius: 3px;
 | 
				
			||||||
 | 
					  border: 1px solid var(--color);
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					.vis-data {
 | 
				
			||||||
 | 
					  font-size: 1rem !important;
 | 
				
			||||||
 | 
					  margin: 5px;
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
@keyframes jump {
 | 
					@keyframes jump {
 | 
				
			||||||
  0% {
 | 
					  0% {
 | 
				
			||||||
    transform: translateY(0);
 | 
					    transform: translateY(0);
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -184,9 +184,9 @@ function misskeyParse(obj, mix, acct_id, tlid, popup, mutefilter) {
 | 
				
			|||||||
				noticeavatar = toot.user.avatarUrl;
 | 
									noticeavatar = toot.user.avatarUrl;
 | 
				
			||||||
			}
 | 
								}
 | 
				
			||||||
			noticeavatar = '<a onclick="udg(\'' + toot.user.id +
 | 
								noticeavatar = '<a onclick="udg(\'' + toot.user.id +
 | 
				
			||||||
				'\',' + acct_id + ');" user="' + toot.user.username + '" class="udg">' +
 | 
									'\',' + acct_id + ');" user="' + toot.user.username + '" class="udg notf-icon">' +
 | 
				
			||||||
				'<img src="' + noticeavatar +
 | 
									'<img src="' + noticeavatar +
 | 
				
			||||||
				'" width="20" class="notf-icon prof-img" user="' + toot.user.username +
 | 
									'" width="20" class="prof-img" user="' + toot.user.username +
 | 
				
			||||||
				'"></a>';
 | 
									'"></a>';
 | 
				
			||||||
			if (toot.type == "reply") {
 | 
								if (toot.type == "reply") {
 | 
				
			||||||
				var what = lang.lang_parse_mentioned;
 | 
									var what = lang.lang_parse_mentioned;
 | 
				
			||||||
@@ -375,7 +375,7 @@ function misskeyParse(obj, mix, acct_id, tlid, popup, mutefilter) {
 | 
				
			|||||||
			var spoiler = "cw cw_hide_" + toot.id;
 | 
								var spoiler = "cw cw_hide_" + toot.id;
 | 
				
			||||||
			var api_spoil = "gray";
 | 
								var api_spoil = "gray";
 | 
				
			||||||
			var spoiler_show = '<a href="#" onclick="cw_show(\'' + toot.id +
 | 
								var spoiler_show = '<a href="#" onclick="cw_show(\'' + toot.id +
 | 
				
			||||||
				'\')" class="nex parsed">' + lang.lang_parse_cwshow + '</a><br>';
 | 
									'\')" class="nex parsed cw_btn">' + lang.lang_parse_cwshow + '</a><br>';
 | 
				
			||||||
		} else {
 | 
							} else {
 | 
				
			||||||
			var ct1 = nl2br(toot.text).split('<br />').length - 2;
 | 
								var ct1 = nl2br(toot.text).split('<br />').length - 2;
 | 
				
			||||||
			var ct2 = nl2br(toot.text).split('<br>').length - 2;
 | 
								var ct2 = nl2br(toot.text).split('<br>').length - 2;
 | 
				
			||||||
@@ -387,7 +387,7 @@ function misskeyParse(obj, mix, acct_id, tlid, popup, mutefilter) {
 | 
				
			|||||||
					'</span><span class="gray">' + lang.lang_parse_autofold + '</span>';
 | 
										'</span><span class="gray">' + lang.lang_parse_autofold + '</span>';
 | 
				
			||||||
				var spoiler = "cw cw_hide_" + toot.id;
 | 
									var spoiler = "cw cw_hide_" + toot.id;
 | 
				
			||||||
				var spoiler_show = '<a href="#" onclick="cw_show(\'' + toot.id +
 | 
									var spoiler_show = '<a href="#" onclick="cw_show(\'' + toot.id +
 | 
				
			||||||
					'\')" class="nex parsed">' + lang.lang_parse_more + '</a><br>';
 | 
										'\')" class="nex parsed cw_btn">' + lang.lang_parse_more + '</a><br>';
 | 
				
			||||||
			} else {
 | 
								} else {
 | 
				
			||||||
				var content = escapeHTMLtemp(toot.text);
 | 
									var content = escapeHTMLtemp(toot.text);
 | 
				
			||||||
				if (toot.cw) {
 | 
									if (toot.cw) {
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -359,9 +359,9 @@ function parse(obj, mix, acct_id, tlid, popup, mutefilter, type) {
 | 
				
			|||||||
					noticeavatar = toot.account.avatar_static;
 | 
										noticeavatar = toot.account.avatar_static;
 | 
				
			||||||
				}
 | 
									}
 | 
				
			||||||
				noticeavatar = '<a onclick="udg(\'' + toot.account.id +
 | 
									noticeavatar = '<a onclick="udg(\'' + toot.account.id +
 | 
				
			||||||
					'\',' + acct_id + ');" user="' + toot.account.acct + '" class="udg">' +
 | 
										'\',' + acct_id + ');" user="' + toot.account.acct + '" class="notf-icon udg">' +
 | 
				
			||||||
					'<img draggable="false" src="' + noticeavatar +
 | 
										'<img draggable="false" src="' + noticeavatar +
 | 
				
			||||||
					'" width="20" class="notf-icon prof-img" user="' + toot.account.acct +
 | 
										'" width="20" class="prof-img" user="' + toot.account.acct +
 | 
				
			||||||
					'"></a>';
 | 
										'"></a>';
 | 
				
			||||||
				var rebtxt = lang.lang_parse_btedsimple;
 | 
									var rebtxt = lang.lang_parse_btedsimple;
 | 
				
			||||||
				var rticon = "fa-retweet light-blue-text";
 | 
									var rticon = "fa-retweet light-blue-text";
 | 
				
			||||||
@@ -376,6 +376,9 @@ function parse(obj, mix, acct_id, tlid, popup, mutefilter, type) {
 | 
				
			|||||||
				var uniqueid = toot.id;
 | 
									var uniqueid = toot.id;
 | 
				
			||||||
				var toot = toot.reblog;
 | 
									var toot = toot.reblog;
 | 
				
			||||||
				var dis_name = escapeHTML(toot.account.display_name);
 | 
									var dis_name = escapeHTML(toot.account.display_name);
 | 
				
			||||||
 | 
									if(!dis_name){
 | 
				
			||||||
 | 
										dis_name = toot.account.acct
 | 
				
			||||||
 | 
									}
 | 
				
			||||||
				if (toot.account.emojis) {
 | 
									if (toot.account.emojis) {
 | 
				
			||||||
					var actemojick = toot.account.emojis[0];
 | 
										var actemojick = toot.account.emojis[0];
 | 
				
			||||||
				} else {
 | 
									} else {
 | 
				
			||||||
@@ -460,7 +463,7 @@ function parse(obj, mix, acct_id, tlid, popup, mutefilter, type) {
 | 
				
			|||||||
			var spoiler = "cw cw_hide_" + toot.id;
 | 
								var spoiler = "cw cw_hide_" + toot.id;
 | 
				
			||||||
			var api_spoil = "gray";
 | 
								var api_spoil = "gray";
 | 
				
			||||||
			var spoiler_show = '<a href="#" onclick="cw_show(\'' + toot.id +
 | 
								var spoiler_show = '<a href="#" onclick="cw_show(\'' + toot.id +
 | 
				
			||||||
				'\')" class="nex parsed">' + lang.lang_parse_cwshow + '</a><br>';
 | 
									'\')" class="nex parsed cw_btn">' + lang.lang_parse_cwshow + '</a><br>';
 | 
				
			||||||
		} else {
 | 
							} else {
 | 
				
			||||||
			var ct1 = toot.content.split('</p>').length + toot.content.split('<br />').length - 2;
 | 
								var ct1 = toot.content.split('</p>').length + toot.content.split('<br />').length - 2;
 | 
				
			||||||
			var ct2 = toot.content.split('</p>').length + toot.content.split('<br>').length - 2;
 | 
								var ct2 = toot.content.split('</p>').length + toot.content.split('<br>').length - 2;
 | 
				
			||||||
@@ -472,7 +475,7 @@ function parse(obj, mix, acct_id, tlid, popup, mutefilter, type) {
 | 
				
			|||||||
					'</span><span class="gray">' + lang.lang_parse_autofold + '</span>';
 | 
										'</span><span class="gray">' + lang.lang_parse_autofold + '</span>';
 | 
				
			||||||
				var spoiler = "cw cw_hide_" + toot.id;
 | 
									var spoiler = "cw cw_hide_" + toot.id;
 | 
				
			||||||
				var spoiler_show = '<a href="#" onclick="cw_show(\'' + toot.id +
 | 
									var spoiler_show = '<a href="#" onclick="cw_show(\'' + toot.id +
 | 
				
			||||||
					'\')" class="nex parsed">' + lang.lang_parse_more + '</a><br>';
 | 
										'\')" class="nex parsed cw_btn">' + lang.lang_parse_more + '</a><br>';
 | 
				
			||||||
			} else {
 | 
								} else {
 | 
				
			||||||
				var content = toot.content;
 | 
									var content = toot.content;
 | 
				
			||||||
				var spoil = escapeHTML(toot.spoiler_text);
 | 
									var spoil = escapeHTML(toot.spoiler_text);
 | 
				
			||||||
@@ -647,19 +650,19 @@ function parse(obj, mix, acct_id, tlid, popup, mutefilter, type) {
 | 
				
			|||||||
		var visen = toot.visibility;
 | 
							var visen = toot.visibility;
 | 
				
			||||||
		if (visen == "public") {
 | 
							if (visen == "public") {
 | 
				
			||||||
			var vis =
 | 
								var vis =
 | 
				
			||||||
				'<i class="text-darken-3 material-icons gray sml vis-data pointer" title="' + lang.lang_parse_public + '(' + lang.lang_parse_clickcopy + ')" data-vis="public" onclick="staCopy(\'' + id + '\')" style="font-size:1rem;">public</i>';
 | 
									'<i class="text-darken-3 material-icons gray sml vis-data pointer" title="' + lang.lang_parse_public + '(' + lang.lang_parse_clickcopy + ')" data-vis="public" onclick="staCopy(\'' + id + '\')">public</i>';
 | 
				
			||||||
			var can_rt = "";
 | 
								var can_rt = "";
 | 
				
			||||||
		} else if (visen == "unlisted") {
 | 
							} else if (visen == "unlisted") {
 | 
				
			||||||
			var vis =
 | 
								var vis =
 | 
				
			||||||
				'<i class="text-darken-3 material-icons blue-text vis-data pointer" title="' + lang.lang_parse_unlisted + '(' + lang.lang_parse_clickcopy + ')" data-vis="unlisted" onclick="staCopy(\'' + id + '\')" style="font-size:1rem;">lock_open</i>';
 | 
									'<i class="text-darken-3 material-icons blue-text vis-data pointer" title="' + lang.lang_parse_unlisted + '(' + lang.lang_parse_clickcopy + ')" data-vis="unlisted" onclick="staCopy(\'' + id + '\')">lock_open</i>';
 | 
				
			||||||
			var can_rt = "";
 | 
								var can_rt = "";
 | 
				
			||||||
		} else if (visen == "private") {
 | 
							} else if (visen == "private") {
 | 
				
			||||||
			var vis =
 | 
								var vis =
 | 
				
			||||||
				'<i class="text-darken-3 material-icons orange-text vis-data pointer" title="' + lang.lang_parse_private + '(' + lang.lang_parse_clickcopy + ')" data-vis="private" onclick="staCopy(\'' + id + '\')" style="font-size:1rem;">lock</i>';
 | 
									'<i class="text-darken-3 material-icons orange-text vis-data pointer" title="' + lang.lang_parse_private + '(' + lang.lang_parse_clickcopy + ')" data-vis="private" onclick="staCopy(\'' + id + '\')">lock</i>';
 | 
				
			||||||
			var can_rt = "unvisible";
 | 
								var can_rt = "unvisible";
 | 
				
			||||||
		} else if (visen == "direct") {
 | 
							} else if (visen == "direct") {
 | 
				
			||||||
			var vis =
 | 
								var vis =
 | 
				
			||||||
				'<i class="text-darken-3 material-icons red-text vis-data pointer" title="' + lang.lang_parse_direct + '(' + lang.lang_parse_clickcopy + ')" data-vis="direct" onclick="staCopy(\'' + id + '\')" style="font-size:1rem;">mail</i>';
 | 
									'<i class="text-darken-3 material-icons red-text vis-data pointer" title="' + lang.lang_parse_direct + '(' + lang.lang_parse_clickcopy + ')" data-vis="direct" onclick="staCopy(\'' + id + '\')">mail</i>';
 | 
				
			||||||
			var can_rt = "unvisible";
 | 
								var can_rt = "unvisible";
 | 
				
			||||||
		}
 | 
							}
 | 
				
			||||||
		if (toot.account.acct == localStorage.getItem("user_" + acct_id)) {
 | 
							if (toot.account.acct == localStorage.getItem("user_" + acct_id)) {
 | 
				
			||||||
@@ -856,9 +859,8 @@ function parse(obj, mix, acct_id, tlid, popup, mutefilter, type) {
 | 
				
			|||||||
			'</div><div class="area-additional"><span class="additional">' + analyze +
 | 
								'</div><div class="area-additional"><span class="additional">' + analyze +
 | 
				
			||||||
			'</span>' +
 | 
								'</span>' +
 | 
				
			||||||
			'' + mentions + tags + '</div>' +
 | 
								'' + mentions + tags + '</div>' +
 | 
				
			||||||
			'<div class="area-vis"></div>' +
 | 
								'<div class="area-vis">' + vis + '</div>' +
 | 
				
			||||||
			'<div class="area-actions ' + mouseover + '">' +
 | 
								'<div class="area-actions ' + mouseover + '">' +
 | 
				
			||||||
			'<div class="action">' + vis + '</div>' +
 | 
					 | 
				
			||||||
			'<div class="action ' + antinoauth + '"><a onclick="detEx(\'' + toot.url + '\',\'main\')" class="waves-effect waves-dark details" style="padding:0">' + lang.lang_parse_det + '</a></div>' +
 | 
								'<div class="action ' + antinoauth + '"><a onclick="detEx(\'' + toot.url + '\',\'main\')" class="waves-effect waves-dark details" style="padding:0">' + lang.lang_parse_det + '</a></div>' +
 | 
				
			||||||
			'<div class="action ' + antidmHide + '"><a onclick="details(\'' + toot.id + '\',' + acct_id + ',\'' + tlid + '\',\'normal\')" class="waves-effect waves-dark details" style="padding:0">' + lang.lang_parse_thread + '</a></div>' +
 | 
								'<div class="action ' + antidmHide + '"><a onclick="details(\'' + toot.id + '\',' + acct_id + ',\'' + tlid + '\',\'normal\')" class="waves-effect waves-dark details" style="padding:0">' + lang.lang_parse_thread + '</a></div>' +
 | 
				
			||||||
			'<div class="action ' + disp["re"] + ' ' + noauth + '"><a onclick="re(\'' + toot.id +
 | 
								'<div class="action ' + disp["re"] + ' ' + noauth + '"><a onclick="re(\'' + toot.id +
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user