﻿

.Edit-User-Image {
    width: 200px;
    height: 200px;
    border-radius: 5%;
}

.Channel-Image {
    width: 200px;
    height: 200px;
    border-radius: 5%;
}


.Content-Moderated {
    border-color: var(--es-border-danger);
    border-radius: var(--es-border-radius-1);
}
