Explorar el Código

Fix admin account avatar margin (#9020)

master
bsky hace 5 años
committed by Eugen Rochko
padre
commit
065b39e7a4
Se han modificado 1 ficheros con 1 adiciones y 3 borrados
  1. +1
    -3
      app/javascript/styles/mastodon/rtl.scss

+ 1
- 3
app/javascript/styles/mastodon/rtl.scss Ver fichero

@@ -317,11 +317,9 @@ body.rtl {
.landing-page__information {
.account__display-name {
margin-right: 0;
margin-left: 5px;
}

.account__avatar-wrapper {
margin-left: 12px;
margin-right: 0;
margin-left: 0;
}
}

Cargando…
Cancelar
Guardar