Added Floating panel to switch data

This commit is contained in:
2022-04-22 20:36:39 +03:00
parent ef6fb7344a
commit 968d4e79f6
16 changed files with 148 additions and 50 deletions
+20
View File
@@ -0,0 +1,20 @@
body {
margin: 0;
font-size: 1rem;
}
header.page_toolbar {
font-family: Arial, sans-serif;
background-color: #ccc;
padding: 1rem;
display: flex;
justify-content: center;
align-items: center;
margin-bottom: 2rem;
}
header.page_toolbar select {
font-size: 0.85rem;
padding: 0.25rem;
}