mirror of
https://git.macaw.me/skunky/SkunkyArt.git
synced 2025-04-28 20:15:08 +03:00
Переключатель кеша в озу, небольшие улучшения ксс, фикс нсфв, фикс максимального размера кеша
This commit is contained in:
parent
32c61ec8ea
commit
048bb470ab
7 changed files with 88 additions and 47 deletions
|
@ -1,6 +1,6 @@
|
|||
/* TAGS */
|
||||
html {
|
||||
font-family: Ubuntu;
|
||||
font-family: ubuntu, system-ui;
|
||||
background-color:black;
|
||||
color: rgb(234, 216, 216);
|
||||
}
|
||||
|
@ -45,24 +45,22 @@ input:focus {
|
|||
justify-content: center;
|
||||
}
|
||||
.block {
|
||||
max-width: 20%;
|
||||
height: 0%;
|
||||
padding: 4px;
|
||||
border-radius: 2px;
|
||||
border: 3px solid #091f19;
|
||||
padding: 0px 0px 6px 0px;
|
||||
border: 3px solid #000;
|
||||
word-break: break-all;
|
||||
background-color: #091f19;
|
||||
margin-left: 5px;
|
||||
margin-top: 5px;
|
||||
text-align: center;
|
||||
}
|
||||
.block h1 {
|
||||
padding: 8.5vh;
|
||||
}
|
||||
.block:hover {
|
||||
border: 3px solid #4d27d6;
|
||||
transition: 400ms;
|
||||
}
|
||||
.block img, .plates .user-plate img {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.block p {
|
||||
word-break: break-all;
|
||||
}
|
||||
|
@ -185,6 +183,20 @@ input:focus {
|
|||
font-size: 60%;
|
||||
max-width: 80%
|
||||
}
|
||||
.block img, .plates .user-plate img {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
@media (orientation: landscape) {
|
||||
.block {
|
||||
width: 20%;
|
||||
}
|
||||
.block img, .plates .user-plate img {
|
||||
width: 100%;
|
||||
height: 30vh;
|
||||
object-fit: cover;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 1462px) and (orientation: landscape) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue