소스 검색

Fix margin top alignment issue on Safari (#750)

master
Amy Troschinetz GitHub 4 년 전
부모
커밋
e2feb189da
No known key found for this signature in database GPG 키 ID: 4AEE18F83AFDEB23
2개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -0
      CHANGELOG.md
  2. +2
    -1
      assets/css/beautifuljekyll.css

+ 1
- 0
CHANGELOG.md 파일 보기

@@ -1,5 +1,6 @@
## Unreleased version

- Slightly reworked margins and position for avatar image to resolve an alignment issue on Safari.
- Changed the width at which the navbar collapses to a higher threshold because most modern non-mobile browsers are >1000px
- Fixed bug where navbar secondary level dropdown items didn't inherit te same colour as the primary navbar links
- Fixed bug where the navbar "burger" collapsed button didn't always revert back to a light colour


+ 2
- 1
assets/css/beautifuljekyll.css 파일 보기

@@ -311,7 +311,7 @@ img {
position: absolute;
left: 50%;
width: 3.125rem;
margin-top: 3.1rem;
bottom: -1.5rem;
transition: opacity 0.5s ease-in-out;
-webkit-transition: opacity 0.5s ease-in-out;
-moz-transition: opacity 0.5s ease-in-out;
@@ -349,6 +349,7 @@ img {
@media (min-width: 1200px) {
.navbar-custom.top-nav-regular .avatar-container {
width: 6.25rem;
bottom: -1.9375rem;
}

.navbar-custom.top-nav-regular .avatar-container .avatar-img-border {


불러오는 중...
취소
저장