Sfoglia il codice sorgente

Fix incomplete flex style on trends items (#7655)

master
Eugen Rochko 6 anni fa
committed by GitHub
parent
commit
04a2cf8bcc
Non sono state trovate chiavi note per questa firma nel database ID Chiave GPG: 4AEE18F83AFDEB23
1 ha cambiato i file con 5 aggiunte e 0 eliminazioni
  1. +5
    -0
      app/javascript/styles/mastodon/components.scss

+ 5
- 0
app/javascript/styles/mastodon/components.scss Vedi File

@@ -5259,6 +5259,9 @@ noscript {
font-size: 14px;
font-weight: 500;
display: block;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;

&:hover,
&:focus,
@@ -5271,6 +5274,7 @@ noscript {
}

&__current {
flex: 0 0 auto;
width: 100px;
font-size: 24px;
line-height: 36px;
@@ -5280,6 +5284,7 @@ noscript {
}

&__sparkline {
flex: 0 0 auto;
width: 50px;

path {


Caricamento…
Annulla
Salva