Chanel.css 1.58 KB
.chanel {
    display: flex;
    align-items: center;
    flex-direction: row;
    padding-left: 10px;
    height: 100px;
    background-color: #0e0e10;
    padding-left: 10px;
}

.chanel__url {
    display: flex;
    align-items: center;
    flex-grow: 1;
    text-decoration: none;
    font-size: 14px;
    color:white;
    box-sizing: border-box;
    padding-top: 20px;
    padding-bottom: 20px;
}

.chanel__box {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.chanel__box > input {
    margin-right: 10px;
}

.chanel__info {
    width: 5vw;
    margin-right: 20px;
}

.chanel__name {
    align-content: center;
    font-size: 16px;
}

.chanel__game {
    font-size: 12px;
    color: gray;
}

.chanel__view {
    margin-left: 15px;
    margin-right: 5px;
    width: 4vw;
    text-align: right;
}

.chanel__thumbnail {
    height: 25px;
    width: 25px;
    border-radius: 70%;
    overflow: hidden;
    margin-right: 30px;
    background-color: white;
}

.chanel__icon {
    height: 25px;
    width: 25px;
    border-radius: 70%;
    overflow: hidden;
    margin-right: 30px;
}


.chanel__list {
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    flex: 0.2;
    padding-right: 10px;
    min-width: 300px;
    height: 100vh;
    color: white;
    background-color: #0e0e10;
}

.chanel__list > ul {
    list-style: none;
    overflow: auto;
    padding-top: 50px;
}

.chanel__list > ul > li > hr {
    border: 2px solid #282828;
}

.chanel__list > strong {
    padding: 25px;
    width: 17%;
    background-color: #0e0e0e;
    font-size: 20px;
    position: fixed;
}