:root {
    --nav-width: 1180px;
    --main-width: 850px;
}



.post-entry {
    padding: 0;
    height: 230px;
    display: flex;
    flex-direction: row;
}

#searchResults .post-entry {
    height: unset;
}

.entry-cover{
    overflow: hidden;
    width: 45%;
    height: 100%;
}
.entry-div{
    display: inline-block;
    overflow: hidden;
    padding: 30px 30px;
    width: 55%;
}
@media screen and (max-width: 768px){
    .post-entry {
        flex-direction: column;
        height: auto!important;
    }
    .entry-cover{
        -webkit-box-ordinal-group: 1!important;
        -moz-box-ordinal-group: 1!important;
        -o-box-ordinal-group: 1!important;
        -ms-flex-order: 1!important;
        -webkit-order: 1!important;
        order: 1!important;
        width: 100%;
        height: 230px;
    }
    .entry-div{
        -webkit-box-ordinal-group: 2!important;
        -moz-box-ordinal-group: 2!important;
        -o-box-ordinal-group: 2!important;
        -ms-flex-order: 2!important;
        -webkit-order: 2!important;
        order: 2!important;
        width: 100%;
        padding: 10px 30px 30px 30px;
    }
}
.entry-footer{
    margin-top: 10px;
}
.entry-footer i{
    margin-right: 4px;
}
.post-meta i{
    margin-top: 4px;
    margin-right: 4px;
}



.entry-cover img {
    height: 100%;
    object-fit: cover;
}
.entry-content {
    margin: 10px 0;
    -webkit-line-clamp: 4;
}
.left_radius{
    -webkit-box-ordinal-group: -1;
    -moz-box-ordinal-group: -1;
    -o-box-ordinal-group: -1;
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1;
    border-radius: 0 8px 8px 0;
}
.right_radius{
    border-radius: 0 8px 8px 0;
}
.meta_tags{
    background: #45aaf888;
    color: var(--secondary);
    background: var(--code-bg);
    border-radius: 4px;
    padding: 0 4px;
}

/* github活动 */

#feed {
    height: 500px;
}
#feed ::-webkit-scrollbar-thumb {
    background: var(--tertiary);
    border: 5px solid var(--theme);
    border-radius: var(--radius);
}
#feed a{
    box-shadow:unset
}

#feed img {
    margin-top: 0px;
    margin-bottom: -3px;
    display: unset;
}

#feed ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

#feed ul>li:not(.tab) {
    margin: 0;
    padding: 0;
}

#feed ul>li:not(.tab):before {
    content: unset;
}

#feed .gha-header {
    width: calc(100% - 21px);
    height: 88px;
    z-index: 1;
}

#feed .gha-gravatar {
    padding-right: 0;
}
#feed .gha-gravatar img{
    margin: 0;
}

#feed .gha-gravatar-small {
    margin-right: 6px;
    margin-top: 3px;
}

#feed .gha-footer {
    bottom: 1px;
    height: unset;
    width: calc(100% - 21px);
}
#feed .gha-time {
    color: #7d7d7d;
}
body[class="dark"] .gha-header,
body[class="dark"] .gha-footer,
body[class="dark"] .gha-feed {
    background: #161b22;
    border-color: #333;
    color: #c9d1d9;
}

body[class="dark"] .gha-feed a {
    background: #161b22;
    color: #388bfd;
}

body[class="dark"] .gha-header>.gha-github-icon,
body[class="dark"] .gha-header>.gha-user-info>a,
body[class="dark"] .gha-header>.gha-user-info>p>a {
    color: #c9d1d9;
}

body[class="dark"] .gha-activity {
    border-color: #333;
}

body[class="dark"] .gha-gravatar img {
    border: 1px solid #333;
    box-shadow: 1px 1px 3px #333;
}

body[class="dark"] .gha-message-merge {
    background: #242930;
}

body[class="dark"] .gha-feed small {
    color: #8b949e;
}
