feat: update water level datasets and improve Tooltip component responsiveness
This commit is contained in:
+22
@@ -6,6 +6,28 @@
|
||||
background-color: var(--bg-dark);
|
||||
}
|
||||
|
||||
.app-footer {
|
||||
display: flex;
|
||||
justifyContent: space-between;
|
||||
align-items: center;
|
||||
flex-wrap: wrap;
|
||||
gap: 0.5rem;
|
||||
padding: 1.5rem;
|
||||
font-size: 0.8rem;
|
||||
color: var(--text-muted);
|
||||
margin-top: auto;
|
||||
}
|
||||
|
||||
@media (max-width: 768px) {
|
||||
.app-footer {
|
||||
justify-content: center;
|
||||
flex-direction: column;
|
||||
text-align: center;
|
||||
gap: 0.75rem;
|
||||
padding: 1rem;
|
||||
}
|
||||
}
|
||||
|
||||
.sidebar {
|
||||
width: 190px;
|
||||
background-color: var(--bg-card);
|
||||
|
||||
Reference in New Issue
Block a user