mirror of
https://github.com/mue/mue.git
synced 2026-07-25 09:47:26 +02:00
various fixes and optimisations
This commit is contained in:
@@ -2,7 +2,6 @@
|
||||
position: absolute;
|
||||
text-align: right;
|
||||
min-width: 50px;
|
||||
cursor: pointer;
|
||||
-webkit-filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.3));
|
||||
filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.3));
|
||||
top: 20px;
|
||||
@@ -11,20 +10,13 @@
|
||||
transition: ease 0.2s;
|
||||
font-size: calc(10px + 1.5vmin) !important;
|
||||
}
|
||||
|
||||
&:hover {
|
||||
svg {
|
||||
transform: scale(1.1);
|
||||
color: map-get($theme-colours, "main");;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.navbar1 {
|
||||
@extend %navbar;
|
||||
right: 20px;
|
||||
|
||||
svg {
|
||||
svg { // apparently fixes shaking issue that only happens to settings icon
|
||||
-webkit-backface-visibility: hidden;
|
||||
-webkit-transform: translateZ(0) scale(1, 1);
|
||||
backface-visibility: hidden;
|
||||
@@ -40,4 +32,13 @@
|
||||
.navbar3 {
|
||||
@extend %navbar;
|
||||
right: 100px;
|
||||
}
|
||||
|
||||
.refreshicon, .settingsicon, .updateicon {
|
||||
cursor: pointer;
|
||||
|
||||
&:hover {
|
||||
transform: scale(1.1);
|
||||
color: map-get($theme-colours, "main");;
|
||||
}
|
||||
}
|
||||
@@ -99,10 +99,10 @@ h4,
|
||||
}
|
||||
|
||||
.extraSettings {
|
||||
display: none;
|
||||
border-left: 10px solid;
|
||||
border-image-slice: 1;
|
||||
border-width: 5px;
|
||||
list-style: none;
|
||||
border-image-source: linear-gradient(to bottom, #ffb032 0%, #dd3b67 100%);
|
||||
|
||||
p {
|
||||
|
||||
Reference in New Issue
Block a user