
@media (min-width: 500px) {
    .posttextarea{
        max-height: 100px;
    }
}


@media (min-width: 1024px) {
        * {
        &::-webkit-scrollbar-thumb {
        background-color: var(--color4);
        border-radius: 25px;
    }
        &::-webkit-scrollbar-track {
            background-color: transparent;
        }
        &::-webkit-scrollbar {
            width: 4px;
            height: 4px;
            background-color: transparent;
        }
    }
    .pfplinkmenu {
        display: flex;
        justify-content: center;
        width: 100%;
    }
    .headerpfp {
        width: 70px;
        height: 70px;
    }
    .menu {
        position: absolute;
        top: 40px;
        margin-left: 22%;
        flex-direction: column;
        width: 80px !important;
        padding-top: 10px;
    }
    .appcontainer {
        top: 40px;
        height: 90vh;
        overflow: auto;
        width: 55%;
        float: right;
        margin-left: 30%;
    }
    .header {
        display: none;
    }
    .feed {
        border-radius: 25px;
    }
} 