Procházet zdrojové kódy

small ui change so that the settings buttons at the top of each column are actually aligned properly (#2894)

master
Jessica K. Litwin před 7 roky
committed by Eugen Rochko
rodič
revize
28e674bc6a
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. +2
    -2
      app/javascript/styles/components.scss

+ 2
- 2
app/javascript/styles/components.scss Zobrazit soubor

@@ -58,7 +58,7 @@
padding: 15px;
position: absolute;
right: 0;
top: -48px;
top: -49px;
z-index: 3;

&:hover {
@@ -1473,7 +1473,7 @@ a.status__content__spoiler-link {
padding: 15px;
position: absolute;
right: 0;
top: -48px;
top: -49px;
}

.react-toggle {


Načítá se…
Zrušit
Uložit