.sidebar-link .peers{
    justify-content: center;
}

.sidebar-link .peer .logo{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.tm-logo > .logo-full{
    display: block;
    max-width: 100%;
    max-height: 35px;
}

.tm-logo > .logo-square{
    display: none;
    width: 35px;
    height: 35px;
}

.is-collapsed .tm-logo > .logo-full{
    display: none;
}

.is-collapsed .tm-logo > .logo-square{
    display: block;
}

.tm-logo--header {
    width: 100%;
}