notch padding

This commit is contained in:
Thomas G 2022-09-16 00:22:26 +10:00
parent 65272aca45
commit d3c699ac88
3 changed files with 11 additions and 1 deletions

View File

@ -237,6 +237,8 @@
text-align: left;
position: relative;
height: 36px;
padding-left: 5px;
padding-right: 5px;
z-index: 200;
font-family: Arial, 'Helvetica Neue', Helvetica, Sans-Serif;
}
@ -289,6 +291,8 @@ div.mySubmenuFixed {
.mySubmenuFixed.Redesign {
position: fixed;
padding-left: 5px;
padding-right: 5px;
top: 35px;
}
@ -671,7 +675,7 @@ body {
.content {
color: black;
min-height: 100%;
padding: 5px 5px 25px 5px;
padding: 10px 10px 10px 10px;
/* Height of the footer */
margin: 100px auto 0 auto;
width: 970px;

View File

@ -129,6 +129,7 @@ body {
padding-bottom: 2px;
display: inline-flex;
vertical-align: middle;
left: 0;
width: 100%;
line-height: normal;
color: rgb(255, 255, 255);
@ -137,6 +138,10 @@ body {
background: #000000;
background: linear-gradient(#303030 10%, #000000 100%);
}
.mySubmenuFixed.Redesign {
background: #000000;
background: linear-gradient(#303030 10%, #000000 100%);
}
.navbarbuttoncontainer {
padding-left: 5px;
}

View File

@ -118,6 +118,7 @@ body {
}
.Redesign .subMenu {
height: 25px;
left: 0;
margin: 0px;
padding-left: 10px;
padding-right: 5px;