forked from Adleraci/adlerka.top
Merge remote-tracking branch 'origin/main'
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
let UserInfo = {};
|
||||
|
||||
function isLoggedIn(){
|
||||
return UserInfo.ID && UserInfo.ID > 0;
|
||||
return UserInfo.Email && UserInfo.Email.length > 0;
|
||||
}
|
||||
|
||||
async function handleResponse(data, successMessage, failureMessage) {
|
||||
|
@@ -61,7 +61,7 @@ header {
|
||||
align-items: center;
|
||||
text-align: center;
|
||||
width: 100%;
|
||||
margin-top: 25px;
|
||||
margin-top: 35px;
|
||||
}
|
||||
|
||||
li a {
|
||||
@@ -108,6 +108,10 @@ table>tbody>tr,
|
||||
table>tbody>tr>th,
|
||||
table>tbody>tr>td {
|
||||
border: 2px solid var(--primary);
|
||||
border-collapse: collapse !important;
|
||||
}
|
||||
|
||||
table {
|
||||
border-collapse: collapse;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user