Skip to content

Instantly share code, notes, and snippets.

@amuhororo
Last active October 23, 2020 12:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save amuhororo/6dad472a9bd60d31f093a84b3fda9f30 to your computer and use it in GitHub Desktop.
Save amuhororo/6dad472a9bd60d31f093a84b3fda9f30 to your computer and use it in GitHub Desktop.
セーブ画面のリセットCSS
/* セーブのリセットCSS */
.area_save_list {
width: auto;
height: auto;
margin: 0;
-webkit-transform: none;
transform: none;
}
.save_list {
display: block;
table-layout: auto;
width: auto;
height: auto;
border-spacing: 0;
}
.save_list_item {
display: block;
width: auto;
height: auto;
}
.save_list_item_thumb {
display: inline;
width: auto;
height:auto;
border-bottom: none;
background: none;
}
.save_list_item_thumb img {
width: auto;
height: auto;
margin: 0;
}
.save_list_item_area {
display: inline;
width: auto;
height: auto;
padding: 0;
background: none;
vertical-align: baseline;
border-bottom: none;
}
.save_list_item_date {
display: inline;
padding: 0;
line-height: normal;
font-weight: normal;
}
.save_list_item_text {
display: inline;
height: auto;
padding: 0;
line-height: normal;
overflow: visible;
}
/* セーブのリセットCSS 終わり */
@amuhororo
Copy link
Author

v504a版

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment