More styling tweaks

This commit is contained in:
Pieter Vander Vennet 2021-01-08 02:13:44 +01:00
parent 9a412c6b74
commit 77ffdc093a
8 changed files with 85 additions and 58 deletions

View file

@ -25,9 +25,11 @@
.featureinfobox-titlebar {
border-bottom: 2px solid var(--foreground-color);
box-shadow: 0 10px 10px -10px lightgray;
box-shadow: 0 10px 10px -10px var(--shadow-color);
display: flex;
justify-content: space-between;
max-width: 95vw;
overflow-x: hidden;
}
.featureinfobox-titlebar-title {
@ -65,8 +67,9 @@
display: block;
max-height: 75vh;
overflow-y: auto;
overflow-x: hidden;
padding-top: 1em;
max-width: 95vw;
overflow-x: hidden;
}
@media only screen and (max-width: 600px), only screen and (max-height: 600px) {