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

Made the modal menus better on mobile, too

tags/v0.1.0
Fen Dweller преди 6 години
родител
ревизия
9dbcbd3a3a
променени са 1 файла, в които са добавени 23 реда и са изтрити 1 реда
  1. +23
    -1
      satiate.css

+ 23
- 1
satiate.css Целия файл

@@ -84,7 +84,7 @@ a:hover {
position: relative;
flex-wrap: nowrap;
text-align: center;
width: 300px;
width: 25%;
padding: 100px;
background-color: rgba(0, 0, 0, 0.9);
}
@@ -104,6 +104,28 @@ a:hover {
color: #eee;
}

@media (max-aspect-ratio: 1/1) {
.modal-content {
width: 75%;
height: 75%;
}

.menu-button {
height: 10%;
font-size: 5vw;
}
}

@media (min-aspect-ratio: 1/1) {
#info-area {
height: 60%;
}

#control-area {
height: 40%;
}
}

.menu-button:active {
background-color: #222;
}


Loading…
Отказ
Запис