Merge pull request #5263 from JunaidJaved248/devJJ

Responsive issue in user Profile - Velocity (Fixed)
This commit is contained in:
Devansh 2021-10-25 14:34:00 +05:30 committed by GitHub
commit a0a8106053
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 27 additions and 4 deletions

File diff suppressed because one or more lines are too long

View File

@ -1,6 +1,6 @@
{
"/js/velocity.js": "/js/velocity.js?id=bc96099cee58b3db618f",
"/js/velocity.js": "/js/velocity.js?id=790c983acca1c5c5a5d4",
"/js/velocity-core.js": "/js/velocity-core.js?id=6d269d95c3cfc74183cb",
"/css/velocity-admin.css": "/css/velocity-admin.css?id=4322502d80a0e4a0affd",
"/css/velocity.css": "/css/velocity.css?id=19809f8a96e2dfc09a70",
"/js/velocity-core.js": "/js/velocity-core.js?id=5c0fe2bf195ee94576fd"
"/css/velocity.css": "/css/velocity.css?id=82edad7c83138009f4db"
}

View File

@ -1113,4 +1113,27 @@ i.within-circle {
box-shadow: 5px 0 5px -5px #333;
background-color: #FFFFFF;
}
}
.account-content .account-layout .account-table-content.profile-page-content .table {
width: 100% !important;
}
.account-content .account-layout .table table tr {
margin-bottom: 20px;
border: 1px solid #CCCCCC;
}
.account-content .account-layout .table table tr td {
width: 100%;
border-top: none;
border-right: 1px solid #CCCCCC !important;
}
.velocity-divide-page .right {
width: 99% !important;
}
.main-content-wrapper .content-list ul {
width: 101.2% !important;
}