Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b6749eff2f |
@@ -41,7 +41,7 @@ body {
|
|||||||
/* Header Styles */
|
/* Header Styles */
|
||||||
.main-header {
|
.main-header {
|
||||||
background-color: var(--secondary-color);
|
background-color: var(--secondary-color);
|
||||||
border-bottom: var(--border-width) solid var(--border-color);
|
|
||||||
padding: 15px 20px;
|
padding: 15px 20px;
|
||||||
position: sticky;
|
position: sticky;
|
||||||
top: 0;
|
top: 0;
|
||||||
@@ -269,7 +269,7 @@ button:disabled {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.flash-red {
|
.flash-red {
|
||||||
animation: flash-red 0.5s ease-in-out;
|
animation: flash-red 1s ease-in-out;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Flash animation for updated statistics values */
|
/* Flash animation for updated statistics values */
|
||||||
@@ -280,7 +280,7 @@ button:disabled {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.flash-value {
|
.flash-value {
|
||||||
animation: flash-value 0.5s ease-in-out;
|
animation: flash-value 1s ease-in-out;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Npub links styling */
|
/* Npub links styling */
|
||||||
|
|||||||
@@ -43,7 +43,6 @@
|
|||||||
|
|
||||||
<!-- Database Overview Table -->
|
<!-- Database Overview Table -->
|
||||||
<div class="input-group">
|
<div class="input-group">
|
||||||
<label>Database Overview:</label>
|
|
||||||
<div class="config-table-container">
|
<div class="config-table-container">
|
||||||
<table class="config-table" id="stats-overview-table">
|
<table class="config-table" id="stats-overview-table">
|
||||||
<thead>
|
<thead>
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user