Explorar el Código

RTL: fix statubar action buttons/counter margins (#8767)

* RTL: fix statubar action buttons/counter margins

* remove trailing whitespaces
master
Masoud Abkenar hace 5 años
committed by Eugen Rochko
padre
commit
9f6662fcc9
Se han modificado 1 ficheros con 13 adiciones y 0 borrados
  1. +13
    -0
      app/javascript/styles/mastodon/rtl.scss

+ 13
- 0
app/javascript/styles/mastodon/rtl.scss Ver fichero

@@ -145,6 +145,19 @@ body.rtl {
margin-right: 6px;
}

.status__action-bar {

&__counter {
margin-right: 0;
margin-left: 11px;

.status__action-bar-button {
margin-right: 0;
margin-left: 4px;
}
}
}

.status__action-bar-button {
float: right;
margin-right: 0;


Cargando…
Cancelar
Guardar