Moving to conf.json from manifest.json

This commit is contained in:
Michał Gdula 2022-11-01 12:36:37 +00:00
parent 3b24876900
commit b3dbc2cb65
11 changed files with 113 additions and 119 deletions

View file

@ -481,6 +481,8 @@
.group-name {
margin: 0;
max-width: 90%;
position: absolute;
top: 50%;
left: 50%;
@ -495,6 +497,9 @@
font-family: $font-body;
text-decoration: none;
text-align: center;
text-overflow: ellipsis;
overflow-x: hidden;
}
.gallery-group {
@ -540,6 +545,8 @@
flex: 1 0 150px;
text-overflow: ellipsis;
transition: outline 0.1s cubic-bezier(.19, 1, .22, 1);
&:hover {
@ -587,7 +594,9 @@
}
span {
max-width: 90%;
text-align: center;
text-overflow: ellipsis;
}
img {
@ -598,16 +607,9 @@
}
}
}
@media (max-width: 800px) {
.group-make {
max-width: calc(25% - 0.5rem);
min-width: calc(25% - 0.5rem);
}
}
@media (max-width: 550px) {
.group-make {
max-width: calc(33.33% - 0.5rem);
min-width: calc(33.33% - 0.5rem);
.group-make > button > span {
display: none;
}
}
/*

View file

@ -85,9 +85,6 @@ nav {
nav {
margin: 0;
width: calc(100% - 1rem);
height: 2.5rem;
position: fixed;
top: auto;
bottom: 0;