mirror of
https://github.com/umami-software/umami.git
synced 2026-02-09 15:17:23 +01:00
Initial expanded view in details.
This commit is contained in:
parent
b392a51676
commit
f535dca7b9
14 changed files with 108 additions and 39 deletions
|
|
@ -1,6 +1,6 @@
|
|||
.container {
|
||||
position: relative;
|
||||
min-height: 430px;
|
||||
min-height: 460px;
|
||||
font-size: var(--font-size-small);
|
||||
padding: 20px 0;
|
||||
display: flex;
|
||||
|
|
@ -90,6 +90,11 @@
|
|||
transform: translate(-50%, -50%);
|
||||
}
|
||||
|
||||
.footer {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 992px) {
|
||||
.container {
|
||||
min-height: auto;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue