css fix
This commit is contained in:
		@@ -1,151 +1,159 @@
 | 
				
			|||||||
/*アイコンをクリックした時とかにでてくるユーザーデータ*/
 | 
					/*アイコンをクリックした時とかにでてくるユーザーデータ*/
 | 
				
			||||||
#his-data {
 | 
					#his-data {
 | 
				
			||||||
  background-repeat: no-repeat;
 | 
						background-repeat: no-repeat;
 | 
				
			||||||
  background-image: url("../img/loading.svg");
 | 
						background-image: url('../img/loading.svg');
 | 
				
			||||||
  overflow-y: hidden;
 | 
						overflow-y: hidden;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
#his-data .btn .material-icons{
 | 
					#his-data .btn .material-icons {
 | 
				
			||||||
  float:left;
 | 
						float: left;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
#his-data-content {
 | 
					#his-data-content {
 | 
				
			||||||
  display: flex;
 | 
						display: flex;
 | 
				
			||||||
  justify-content: center;
 | 
						justify-content: center;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
#his-name {
 | 
					#his-name {
 | 
				
			||||||
  font-size: 1.5rem;
 | 
						font-size: 1.5rem;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
#his-prof {
 | 
					#his-prof {
 | 
				
			||||||
  float: left;
 | 
						width: 7.7rem;
 | 
				
			||||||
  width: 7.7rem;
 | 
						margin-right: 0.4rem;
 | 
				
			||||||
  margin-right: 0.4rem;
 | 
					 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
.his-float {
 | 
					.his-float {
 | 
				
			||||||
  overflow-y: scroll;
 | 
						overflow-y: scroll;
 | 
				
			||||||
  padding: 0.4rem;
 | 
						padding: 0.4rem;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
#his-float-data {
 | 
					#his-float-data {
 | 
				
			||||||
  height: 100%;
 | 
						height: 100%;
 | 
				
			||||||
  overflow-y: hidden;
 | 
					  overflow-y: hidden;
 | 
				
			||||||
 | 
					  
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
#his-leftside {
 | 
					#his-leftside {
 | 
				
			||||||
  width: 38.4rem;
 | 
					  width: 28.4rem;
 | 
				
			||||||
 | 
					  max-width: 30vw;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
#his-float-timeline {
 | 
					#his-float-timeline {
 | 
				
			||||||
  max-width: 59.6rem;
 | 
					  max-width: 47.5rem;
 | 
				
			||||||
  height: 100%;
 | 
					  min-width: calc(100% - 29.4rem);
 | 
				
			||||||
  overflow-y: hidden;
 | 
						height: 100%;
 | 
				
			||||||
 | 
						overflow-y: hidden;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
#his-basic-prof {
 | 
					#his-basic-prof {
 | 
				
			||||||
  min-height: 10rem;
 | 
					  display: flex;
 | 
				
			||||||
 | 
						min-height: 10rem;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
#his-field {
 | 
					#his-field {
 | 
				
			||||||
  vertical-align: baseline;
 | 
						vertical-align: baseline;
 | 
				
			||||||
  text-align: center;
 | 
						text-align: center;
 | 
				
			||||||
  padding: 0;
 | 
						padding: 0;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
#his-field tr {
 | 
					#his-field tr {
 | 
				
			||||||
  height: 1.5rem;
 | 
						height: 1.5rem;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
.his-field-title {
 | 
					.his-field-title {
 | 
				
			||||||
  height: 1.5rem;
 | 
						height: 1.5rem;
 | 
				
			||||||
  padding: 0;
 | 
						padding: 0;
 | 
				
			||||||
  background-color: #757575;
 | 
						background-color: #757575;
 | 
				
			||||||
  text-align: center;
 | 
						text-align: center;
 | 
				
			||||||
  padding: 0.4rem;
 | 
						padding: 0.4rem;
 | 
				
			||||||
  margin-bottom: 1px;
 | 
						margin-bottom: 1px;
 | 
				
			||||||
  width: 30%;
 | 
						width: 30%;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
.his-field-content {
 | 
					.his-field-content {
 | 
				
			||||||
  height: 1.5rem;
 | 
						height: 1.5rem;
 | 
				
			||||||
  padding: 0;
 | 
						padding: 0;
 | 
				
			||||||
  padding-left: 0.4rem;
 | 
						padding-left: 0.4rem;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
.his-var-content a span.ellipsis:after {
 | 
					.his-var-content a span.ellipsis:after {
 | 
				
			||||||
  content: "...";
 | 
						content: '...';
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
.his-var-content a:not(.mention) span:last-of-type {
 | 
					.his-var-content a:not(.mention) span:last-of-type {
 | 
				
			||||||
  display: none;
 | 
						display: none;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
#his-data a .rep_ct,
 | 
					#his-data a .rep_ct,
 | 
				
			||||||
#his-data a .rt_ct,
 | 
					#his-data a .rt_ct,
 | 
				
			||||||
#his-data a .fav_ct {
 | 
					#his-data a .fav_ct {
 | 
				
			||||||
  display: inline !important;
 | 
						display: inline !important;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
#his-data-show {
 | 
					#his-data-show {
 | 
				
			||||||
  margin: 1.5rem;
 | 
						margin: 1.5rem;
 | 
				
			||||||
  margin-left: 3.8rem;
 | 
						margin-left: 3.8rem;
 | 
				
			||||||
  margin-right: 3.8rem;
 | 
						margin-right: 3.8rem;
 | 
				
			||||||
  background-color: var(--his-data);
 | 
						background-color: var(--his-data);
 | 
				
			||||||
  height: calc(100% - 1.5rem);
 | 
						height: calc(100% - 1.5rem);
 | 
				
			||||||
  margin-bottom: 0;
 | 
						margin-bottom: 0;
 | 
				
			||||||
  padding: 0.4rem;
 | 
						padding: 0.4rem;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
#his-data-wrap {
 | 
					#his-data-wrap {
 | 
				
			||||||
  display: flex;
 | 
						display: flex;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
.his-var-content {
 | 
					.his-var-content {
 | 
				
			||||||
  overflow-y: scroll;
 | 
						overflow-y: scroll;
 | 
				
			||||||
  overflow-x: hidden;
 | 
						overflow-x: hidden;
 | 
				
			||||||
  height: calc(100% - 3.4rem);
 | 
						height: calc(100% - 3.4rem);
 | 
				
			||||||
  padding-bottom: 60px;
 | 
						padding-bottom: 60px;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
#my-data-nav .btn {
 | 
					#my-data-nav .btn {
 | 
				
			||||||
  width: 10.7rem;
 | 
						width: 10.6rem;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
.active-back {
 | 
					#my-data-nav .active-back {
 | 
				
			||||||
  background-color: var(--active);
 | 
						display: none;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
#his-name .emojione,
 | 
					#his-name .emojione,
 | 
				
			||||||
#his-name .emoji-img {
 | 
					#his-name .emoji-img {
 | 
				
			||||||
  width: 1.538rem;
 | 
						width: 1.538rem;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
#his-plus-action .btn {
 | 
					#his-plus-action .btn {
 | 
				
			||||||
  padding-right: 0.4rem;
 | 
						padding-right: 0.4rem;
 | 
				
			||||||
  padding-left: 0.4rem;
 | 
						padding-left: 0.4rem;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
.tabs {
 | 
					.tabs {
 | 
				
			||||||
  display: flex;
 | 
						display: flex;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
.tabs .tab a {
 | 
					.tabs .tab a {
 | 
				
			||||||
  padding: 0.6rem 0.9rem;
 | 
						padding: 0.6rem 0.9rem;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
#his-des {
 | 
					#his-des {
 | 
				
			||||||
  max-height: 17.7rem;
 | 
						max-height: 17.7rem;
 | 
				
			||||||
  overflow-y: scroll;
 | 
						overflow-y: scroll;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
#his-sign-action {
 | 
					#his-sign-action {
 | 
				
			||||||
  border: 1px solid;
 | 
						border: 1px solid;
 | 
				
			||||||
  border-radius: 0.4rem;
 | 
						border-radius: 0.4rem;
 | 
				
			||||||
  display: flex;
 | 
						display: flex;
 | 
				
			||||||
  align-items: center;
 | 
						align-items: center;
 | 
				
			||||||
  padding-left: 0.75rem;
 | 
						padding-left: 0.75rem;
 | 
				
			||||||
  padding-right: 0.75rem;
 | 
						padding-right: 0.75rem;
 | 
				
			||||||
  flex-wrap: wrap;
 | 
						flex-wrap: wrap;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
#his-sign-action .btn {
 | 
					#his-sign-action .btn {
 | 
				
			||||||
  flex-basis: 31.2%;
 | 
						flex-basis: calc(50% - 10.6px);
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
#his-des .mention {
 | 
					#his-des .mention {
 | 
				
			||||||
  color: #039be5;
 | 
						color: #039be5;
 | 
				
			||||||
  cursor: pointer;
 | 
						cursor: pointer;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
#his-table{
 | 
					#his-table {
 | 
				
			||||||
  max-height: 11.538rem;
 | 
						max-height: 11.538rem;
 | 
				
			||||||
  overflow-y: scroll;
 | 
						overflow-y: scroll;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
#his-float-blocked {
 | 
					#his-float-blocked {
 | 
				
			||||||
  display: flex;
 | 
						display: flex;
 | 
				
			||||||
  justify-content: center;
 | 
						justify-content: center;
 | 
				
			||||||
  align-items: center;
 | 
						align-items: center;
 | 
				
			||||||
  font-size: 2rem;
 | 
						font-size: 2rem;
 | 
				
			||||||
  height: 100%;
 | 
						height: 100%;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
#hisdropdown{
 | 
					#hisdropdown {
 | 
				
			||||||
  background-color: var(--bg);
 | 
						background-color: var(--bg);
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
#hisdropdown li a {
 | 
					#hisdropdown li a {
 | 
				
			||||||
  color: white;
 | 
						color: white;
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					#hisdropdown li:hover {
 | 
				
			||||||
 | 
						background-color: var(--active);
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					#his-data-title {
 | 
				
			||||||
 | 
						width: 100%;
 | 
				
			||||||
 | 
						text-align: center;
 | 
				
			||||||
 | 
						font-size: 1.5rem;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
#hisdropdown li:hover{
 | 
					 | 
				
			||||||
  background-color: var(--active);
 | 
					 | 
				
			||||||
}
 | 
					 | 
				
			||||||
@@ -554,6 +554,8 @@ function reset() {
 | 
				
			|||||||
$("#my-data-nav .anc-link").on("click", function() {
 | 
					$("#my-data-nav .anc-link").on("click", function() {
 | 
				
			||||||
	var target = $(this).attr("go")
 | 
						var target = $(this).attr("go")
 | 
				
			||||||
	if (target) {
 | 
						if (target) {
 | 
				
			||||||
 | 
							const title = $(this).html()
 | 
				
			||||||
 | 
							$('#his-data-title').html(title)
 | 
				
			||||||
		$("#my-data-nav .anc-link").removeClass("active-back")
 | 
							$("#my-data-nav .anc-link").removeClass("active-back")
 | 
				
			||||||
		$(this).addClass("active-back")
 | 
							$(this).addClass("active-back")
 | 
				
			||||||
		$(target).show()
 | 
							$(target).show()
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -144,7 +144,7 @@ function css(mainWindow) {
 | 
				
			|||||||
					hisData +
 | 
										hisData +
 | 
				
			||||||
					";--active:" + active + ";--postbox:" + postbox + ";--modalfooter:" +
 | 
										";--active:" + active + ";--postbox:" + postbox + ";--modalfooter:" +
 | 
				
			||||||
					modalFooter + ";--selected:" + selected + ";--selectedWithShare:" + selectedWithShare +
 | 
										modalFooter + ";--selected:" + selected + ";--selectedWithShare:" + selectedWithShare +
 | 
				
			||||||
					"--gray:" + gray + ";}" +
 | 
										";--gray:" + gray + ";}" +
 | 
				
			||||||
					".customtheme #imagemodal{background: url(\"../img/pixel.svg\");}";
 | 
										".customtheme #imagemodal{background: url(\"../img/pixel.svg\");}";
 | 
				
			||||||
			} else {
 | 
								} else {
 | 
				
			||||||
				var css = compatibleTheme(json)
 | 
									var css = compatibleTheme(json)
 | 
				
			||||||
 
 | 
				
			|||||||
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							
		Reference in New Issue
	
	Block a user