mirror of
https://github.com/mue/mue.git
synced 2026-07-18 22:44:08 +02:00
@@ -17,17 +17,15 @@
|
||||
}
|
||||
|
||||
.locationicon {
|
||||
font-size: calc(10px + 1.2vmin);
|
||||
width: auto;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.MuiSvgIcon-root {
|
||||
font-size: calc(10px + 1.5vmin) !important;
|
||||
position: absolute;
|
||||
bottom: 2px;
|
||||
left: 2px;
|
||||
width: 100em;
|
||||
height: 100em;
|
||||
font-size: 2rem;
|
||||
}
|
||||
|
||||
.credits {
|
||||
@@ -36,6 +34,8 @@
|
||||
position: absolute;
|
||||
text-align: left;
|
||||
min-width: 50px;
|
||||
width: auto;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
.tooltip {
|
||||
@@ -67,4 +67,9 @@
|
||||
.tooltip:hover .tooltiptext {
|
||||
visibility: visible;
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
#photographer, .locationicon {
|
||||
display: inline;
|
||||
vertical-align: midddle;
|
||||
}
|
||||
@@ -3,8 +3,8 @@
|
||||
text-align: right;
|
||||
min-width: 50px;
|
||||
cursor: pointer;
|
||||
-webkit-filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.4));
|
||||
filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.4));
|
||||
-webkit-filter: drop-shadow(0 0 6px rgba(0,0,0,.3));
|
||||
filter: drop-shadow(0 0 6px rgba(0,0,0,.3));
|
||||
}
|
||||
|
||||
.navbar1 {
|
||||
|
||||
@@ -103,7 +103,7 @@ h4, #engines {
|
||||
font-family: 'Lexend Deca', sans-serif;
|
||||
|
||||
&:hover {
|
||||
transform: translateY(-0.10em);
|
||||
transform: translateX(-0.10em);
|
||||
}
|
||||
|
||||
&:before {
|
||||
|
||||
Reference in New Issue
Block a user