:프레임/styles.css

최근 편집: 2020년 7월 3일 (금) 09:40
낙엽1124 (토론 | 기여)님의 2020년 7월 3일 (금) 09:40 판 (스킨의 div.thumb보다 우세하기 위하여 동일하게 추가합니다. (thumbinner의 overflow:hidden은 https://phabricator.wikimedia.org/T133439으로 유지하여야 합니다))
(차이) ← 이전 판 | 최신판 (차이) | 다음 판 → (차이)
.textthumbinnertext  {
	background-color: white;
	border: 1px solid #ccc;
	text-align: left;
	padding: 1em;
	margin-bottom: .5em;
}

@media screen and (max-width: 480px) {
	.textthumbinnertext {
		box-sizing: border-box;
		width: calc(100% + 2.6rem);
		margin-left: -1.3rem;
		position: relative;
		border: none;
		background-color: rgba(125, 125, 125, 0.2);
	}

	div.thumb.textthumb .thumbinner {
		padding: 0;
		overflow: visible;
		max-width: none !important;
	}
}