메뉴 여닫기
환경 설정 메뉴 여닫기
개인 메뉴 여닫기
로그인하지 않음
만약 지금 편집한다면 당신의 IP 주소가 공개될 수 있습니다.

미디어위키:Citizen.css: 두 판 사이의 차이

novawiki
(새 문서: →‎여기의 모든 CSS는 시티즌 스킨을 사용하는 사용자에게 로드됩니다: →‎Move search bar to the bottom for mobile /* Citizen mobile search -> bottom fixed: @media (max-width: 768px) { .citizen-search { top: auto !important; bottom: 0 !important; position: fixed !important; width: 100%; border-radius: 16px 16px 0 0; } →‎키보드 올라올 때 겹침 방지: body { padding-bottom: 60px; } })
 
편집 요약 없음
1번째 줄: 1번째 줄:
/* 여기의 모든 CSS는 시티즌 스킨을 사용하는 사용자에게 로드됩니다 */
/* 여기의 모든 CSS는 시티즌 스킨을 사용하는 사용자에게 로드됩니다 */
/* Move search bar to the bottom for mobile
/* Citizen mobile search -> bottom fixed */
@media (max-width: 768px) {
  .citizen-search {
    top: auto !important;
    bottom: 0 !important;
    position: fixed !important;
    width: 100%;
    border-radius: 16px 16px 0 0;
  }
  /* 키보드 올라올 때 겹침 방지 */
  body {
    padding-bottom: 60px;
  }
}

2026년 1월 9일 (금) 10:00 판

/* 여기의 모든 CSS는 시티즌 스킨을 사용하는 사용자에게 로드됩니다 */