Dodano uwagi eksploatacyjne na liście rozkładów scenerii; poprawki tooltipów

This commit is contained in:
2022-01-16 18:34:16 +01:00
parent 562b9a64ca
commit ee1c162009
4 changed files with 43 additions and 115 deletions
+5 -2
View File
@@ -50,13 +50,16 @@ body {
.g-tooltip {
position: relative;
z-index: 11;
display: inline-block;
vertical-align: middle;
.content {
position: absolute;
left: 50%;
top: 0;
z-index: 100;
transform: translate(-50%, -120%);
visibility: hidden;
@@ -67,10 +70,10 @@ body {
background-color: gray;
text-align: center;
padding: 0.15em;
border-radius: .5em;
transition: opacity 0.3s;
padding: 0.25em;
&::after {
content: "";