Mobile optimierung fast fertig login/register umbruch wurde gemacht wegen fehler bei nothing phone
This commit is contained in:
@ -10,7 +10,7 @@ namespace SZUAbsolventenverein.Theme.Website
|
|||||||
public Oqtane.Models.Theme Theme => new Oqtane.Models.Theme
|
public Oqtane.Models.Theme Theme => new Oqtane.Models.Theme
|
||||||
{
|
{
|
||||||
Name = "SZUAbsolventenverein Website",
|
Name = "SZUAbsolventenverein Website",
|
||||||
Version = "1.0.2",
|
Version = "1.0.4",
|
||||||
PackageName = "SZUAbsolventenverein.Theme.Website",
|
PackageName = "SZUAbsolventenverein.Theme.Website",
|
||||||
ThemeSettingsType = "SZUAbsolventenverein.Theme.Website.ThemeSettings, SZUAbsolventenverein.Theme.Website.Client.Oqtane",
|
ThemeSettingsType = "SZUAbsolventenverein.Theme.Website.ThemeSettings, SZUAbsolventenverein.Theme.Website.Client.Oqtane",
|
||||||
ContainerSettingsType = "SZUAbsolventenverein.Theme.Website.ContainerSettings, SZUAbsolventenverein.Theme.Website.Client.Oqtane",
|
ContainerSettingsType = "SZUAbsolventenverein.Theme.Website.ContainerSettings, SZUAbsolventenverein.Theme.Website.Client.Oqtane",
|
||||||
|
|||||||
@ -13,7 +13,7 @@ body {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.table .form-control {
|
.table .form-control {
|
||||||
background-color: #ffffff !important;
|
background-color: #ffffff !important;
|
||||||
border-width: 0.5px !important;
|
border-width: 0.5px !important;
|
||||||
border-bottom-color: #ccc !important;
|
border-bottom-color: #ccc !important;
|
||||||
color: #000 !important;
|
color: #000 !important;
|
||||||
@ -151,60 +151,14 @@ div.app-moduleactions a.dropdown-toggle, div.app-moduleactions div.dropdown-menu
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 767.98px) {
|
|
||||||
/* Dynamische Schriftgr<67><72>e im Dropdown-Men<65> */
|
|
||||||
.app-menu .nav-item a {
|
|
||||||
font-size: clamp(9px, 3vw, 13px); /* Dynamische, begrenzte Schriftgr<67><72>e */
|
|
||||||
}
|
|
||||||
|
|
||||||
.app-menu-toggler {
|
|
||||||
position: fixed;
|
|
||||||
top: 1.5rem; /* Abstand von oben */
|
|
||||||
left: 17rem; /* Abstand von rechts */
|
|
||||||
}
|
|
||||||
|
|
||||||
.app-menu {
|
|
||||||
position: fixed;
|
|
||||||
right: 1rem;
|
|
||||||
margin-top: 2rem;
|
|
||||||
width: 25%;
|
|
||||||
background-color: grey;
|
|
||||||
}
|
|
||||||
|
|
||||||
.navbar {
|
@media (max-width: 767px) {
|
||||||
position: fixed;
|
|
||||||
width: 100%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.controls {
|
|
||||||
height: 60px;
|
|
||||||
top: 15px;
|
|
||||||
position: fixed;
|
|
||||||
top: 0px;
|
|
||||||
width: 100%;
|
|
||||||
background-color: grey;
|
|
||||||
}
|
|
||||||
|
|
||||||
.controls-group {
|
|
||||||
float: right;
|
|
||||||
margin-right: 25px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.content {
|
|
||||||
position: relative;
|
|
||||||
top: 60px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.app-search:active, .app-search:hover {
|
|
||||||
min-height: 60px;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
}@media (max-width: 504px) {
|
|
||||||
|
|
||||||
/* Dynamische Schriftgr<67><72>e im Dropdown-Men<65> */
|
/* Dynamische Schriftgr<67><72>e im Dropdown-Men<65> */
|
||||||
.app-menu .nav-item a {
|
.app-menu .nav-item a {
|
||||||
font-size: clamp(9px, 3vw, 13px); /* Dynamische, begrenzte Schriftgr<67><72>e */
|
font-size: clamp(3px, 3vw, 13px); /* Dynamische, begrenzte Schriftgr<67><72>e */
|
||||||
}
|
}
|
||||||
|
|
||||||
.app-menu-toggler {
|
.app-menu-toggler {
|
||||||
@ -249,4 +203,13 @@ div.app-moduleactions a.dropdown-toggle, div.app-moduleactions div.dropdown-menu
|
|||||||
.app-search:active, .app-search:hover {
|
.app-search:active, .app-search:hover {
|
||||||
min-height: 60px;
|
min-height: 60px;
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
.navbar > .d-flex:nth-of-type(3) {
|
||||||
|
order: 2;
|
||||||
|
flex-basis: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.navbar > .d-flex:nth-of-type(2) {
|
||||||
|
order: 3;
|
||||||
|
}
|
||||||
|
}
|
||||||
@ -2,7 +2,7 @@
|
|||||||
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
|
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
|
||||||
<metadata>
|
<metadata>
|
||||||
<id>$projectname$</id>
|
<id>$projectname$</id>
|
||||||
<version>1.0.2</version>
|
<version>1.0.4</version>
|
||||||
<authors>SZUAbsolventenverein</authors>
|
<authors>SZUAbsolventenverein</authors>
|
||||||
<owners>SZUAbsolventenverein</owners>
|
<owners>SZUAbsolventenverein</owners>
|
||||||
<title>Website</title>
|
<title>Website</title>
|
||||||
|
|||||||
Reference in New Issue
Block a user