Ver código fonte

Fix and remove ugly css around the conversation component (#12022)

master^2
Cutls 4 anos atrás
committed by Eugen Rochko
pai
commit
12c4ec0c83
1 arquivos alterados com 2 adições e 2 exclusões
  1. +2
    -2
      app/javascript/styles/mastodon/components.scss

+ 2
- 2
app/javascript/styles/mastodon/components.scss Ver arquivo

@@ -6473,8 +6473,8 @@ noscript {
overflow: hidden;
text-overflow: ellipsis;
margin-bottom: 4px;
flex-basis: 170px;
flex-shrink: 1000;
flex-basis: 90px;
flex-grow: 1;

a {
color: $primary-text-color;


Carregando…
Cancelar
Salvar