Selaa lähdekoodia

Fix width of .confirmation-modal on narrow screens (#2743)

master
unarist 7 vuotta sitten
committed by Eugen Rochko
vanhempi
commit
40562fd266
1 muutettua tiedostoa jossa 5 lisäystä ja 1 poistoa
  1. +5
    -1
      app/javascript/styles/components.scss

+ 5
- 1
app/javascript/styles/components.scss Näytä tiedosto

@@ -2947,7 +2947,11 @@ button.icon-button.active i.fa-retweet {
}

.confirmation-modal {
max-width: 380px;
max-width: 280px;

@media screen and (min-width: 480px) {
max-width: 380px;
}
}

.confirmation-modal__action-bar {


Ladataan…
Peruuta
Tallenna