Преглед на файлове

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

master
unarist преди 7 години
committed by Eugen Rochko
родител
ревизия
40562fd266
променени са 1 файла, в които са добавени 5 реда и са изтрити 1 реда
  1. +5
    -1
      app/javascript/styles/components.scss

+ 5
- 1
app/javascript/styles/components.scss Целия файл

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


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

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


.confirmation-modal__action-bar { .confirmation-modal__action-bar {


Зареждане…
Отказ
Запис