Scroll fix

This commit is contained in:
FallenGravity
2019-10-13 17:10:11 +02:00
parent f7a7b54c24
commit 0a5756781e
2 changed files with 11 additions and 11 deletions

View File

@@ -25,7 +25,7 @@ body.pg-loaded > .inner {
overflow-x: hidden; overflow-x: hidden;
padding-top: 16px; padding-top: 16px;
} }
/* Style sidebar links */ /* Style sidebar links */
.sidebar a { .sidebar a {
padding: 6px 8px 6px 16px; padding: 6px 8px 6px 16px;
@@ -48,7 +48,7 @@ body.pg-loaded > .inner {
font-size: 0.8em; font-size: 0.8em;
padding-left: 5px; padding-left: 5px;
} }
#syncProgress #syncProgress
{ {
height: 20px; height: 20px;
@@ -70,6 +70,7 @@ body.pg-loaded > .inner {
right: 0; right: 0;
bottom: 20px; bottom: 20px;
background-color: #212529; background-color: #212529;
overflow-y: auto;
} }
/* Style the main content */ /* Style the main content */
@@ -77,7 +78,7 @@ body.pg-loaded > .inner {
margin-left: 160px; /* Same as the width of the sidenav */ margin-left: 160px; /* Same as the width of the sidenav */
padding: 0px 10px; padding: 0px 10px;
} }
/* Add media queries for small screens (when the height of the screen is less than 450px, add a smaller padding and font-size) */ /* Add media queries for small screens (when the height of the screen is less than 450px, add a smaller padding and font-size) */
@media screen and (max-height: 450px) { @media screen and (max-height: 450px) {
.sidebar {padding-top: 15px;} .sidebar {padding-top: 15px;}
@@ -92,15 +93,15 @@ body.pg-loaded > .inner {
.sidebarIconWrapper { .sidebarIconWrapper {
width: 100%; width: 100%;
height: 80px; height: 80px;
display: inline-block; display: inline-block;
text-align: center; text-align: center;
vertical-align: middle; vertical-align: middle;
} }
#sumBalance { #sumBalance {
float: right; float: right;
line-height: 38px; line-height: 38px;
margin-right: 10px; margin-right: 10px;
} }
@@ -201,7 +202,7 @@ body.pg-loaded > .inner {
div.iconSelected { div.iconSelected {
background-color: ivory; background-color: ivory;
border: 1px solid slategray; border: 1px solid slategray;
} }
div.loadingText { div.loadingText {
@@ -228,7 +229,7 @@ div.sidebar svg {
} }
#tableTransactionsForAll_filter input { #tableTransactionsForAll_filter input {
width: 400px; width: 400px;
color: #aaa; color: #aaa;
padding: 12px 10px; padding: 12px 10px;
display: inline-block; display: inline-block;
@@ -400,7 +401,7 @@ div.noAddressWrapper {
.btnSendToolButton { .btnSendToolButton {
width: 40px; width: 40px;
padding: 0px; padding: 0px;
} }
#btnAddToAddressBook { #btnAddToAddressBook {
@@ -432,4 +433,4 @@ div.noAddressWrapper {
#addrQRCode { #addrQRCode {
text-align: center; text-align: center;
} }

Submodule collective.fontawesome deleted from 615637d789