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

View File

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

View File

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