Просмотр исходного кода

WEB. fixed #960 shortcuts layer positioning

Dmitry Naumov-Socolov 9 лет назад
Родитель
Сommit
741d44754d
1 измененных файлов с 2 добавлено и 1 удалено
  1. 2 1
      web/css/styles.min.css

+ 2 - 1
web/css/styles.min.css

@@ -3123,13 +3123,14 @@ form#vstobjects.suspended {
   background: rgba(50, 50, 50, 0.9);
   display: inline-block;
   position: fixed;
-  right: 20%;
+  left: 50%;
   bottom: 0;
   color: #eee;
   width: 800px;
   border: 1px solid #333;
   font-size: 13px;
   z-index: 120;
+  transform: translate(-50%, 0);
 }
 .shortcuts .header {
   border-bottom: 1px solid #333;