Updates
This commit is contained in:
parent
45a08ff899
commit
03e12c0e43
|
@ -1,45 +1,45 @@
|
||||||
body::before {
|
body::before {
|
||||||
display: block;
|
display: block;
|
||||||
content: '';
|
content: '';
|
||||||
height: 60px;
|
height: 60px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (min-width: 768px) {
|
@media (min-width: 768px) {
|
||||||
.news-input {
|
.news-input {
|
||||||
width: 50%;
|
width: 50%;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media all and (min-width: 992px) {
|
@media all and (min-width: 992px) {
|
||||||
.dropdown-menu li {
|
.dropdown-menu li {
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
|
||||||
.nav-item .submenu {
|
.nav-item .submenu {
|
||||||
display: none;
|
display: none;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: 100%;
|
left: 100%;
|
||||||
top: -7px;
|
top: -7px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.nav-item .submenu-left {
|
.nav-item .submenu-left {
|
||||||
right: 100%;
|
right: 100%;
|
||||||
left: auto;
|
left: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.dropdown-menu>li:hover {
|
.dropdown-menu>li:hover {
|
||||||
background-color: #f1f1f1
|
background-color: #f1f1f1
|
||||||
}
|
}
|
||||||
|
|
||||||
.dropdown-menu>li:hover>.submenu {
|
.dropdown-menu>li:hover>.submenu {
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 991px) {
|
@media (max-width: 991px) {
|
||||||
.dropdown-menu .dropdown-menu {
|
.dropdown-menu .dropdown-menu {
|
||||||
margin-left: 0.7rem;
|
margin-left: 0.7rem;
|
||||||
margin-right: 0.7rem;
|
margin-right: 0.7rem;
|
||||||
margin-bottom: .5rem;
|
margin-bottom: .5rem;
|
||||||
}
|
}
|
||||||
}
|
}
|
1126
index.html
1126
index.html
File diff suppressed because it is too large
Load Diff
|
@ -1,36 +1,36 @@
|
||||||
{
|
{
|
||||||
"name": "Apexie's Home",
|
"name": "Apexie's Home",
|
||||||
"description": "The official Apexie Community app. Here you can find blog posts, news, downloadable content, and more.",
|
"description": "The official Apexie Community app. Here you can find blog posts, news, downloadable content, and more.",
|
||||||
"screenshots": [],
|
"screenshots": [],
|
||||||
"short_name": "Apexie",
|
"short_name": "Apexie",
|
||||||
"icons": [
|
"icons": [
|
||||||
{
|
{
|
||||||
"src": "assets/img/pwa/manifest-icon-192.maskable.png",
|
"src": "assets/img/pwa/manifest-icon-192.maskable.png",
|
||||||
"sizes": "192x192",
|
"sizes": "192x192",
|
||||||
"type": "image/png",
|
"type": "image/png",
|
||||||
"purpose": "any"
|
"purpose": "any"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"src": "assets/img/pwa/manifest-icon-192.maskable.png",
|
"src": "assets/img/pwa/manifest-icon-192.maskable.png",
|
||||||
"sizes": "192x192",
|
"sizes": "192x192",
|
||||||
"type": "image/png",
|
"type": "image/png",
|
||||||
"purpose": "maskable"
|
"purpose": "maskable"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"src": "assets/img/pwa/manifest-icon-512.maskable.png",
|
"src": "assets/img/pwa/manifest-icon-512.maskable.png",
|
||||||
"sizes": "512x512",
|
"sizes": "512x512",
|
||||||
"type": "image/png",
|
"type": "image/png",
|
||||||
"purpose": "any"
|
"purpose": "any"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"src": "assets/img/pwa/manifest-icon-512.maskable.png",
|
"src": "assets/img/pwa/manifest-icon-512.maskable.png",
|
||||||
"sizes": "512x512",
|
"sizes": "512x512",
|
||||||
"type": "image/png",
|
"type": "image/png",
|
||||||
"purpose": "maskable"
|
"purpose": "maskable"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"start_url": "/",
|
"start_url": "/",
|
||||||
"display": "standalone",
|
"display": "standalone",
|
||||||
"background_color": "#ffffff",
|
"background_color": "#ffffff",
|
||||||
"theme_color": "#1B98DB"
|
"theme_color": "#1B98DB"
|
||||||
}
|
}
|
Loading…
Reference in New Issue