mirror of
https://github.com/Pathduck/pathduck.github.io.git
synced 2026-07-30 00:00:30 -04:00
Update
This commit is contained in:
@@ -3,40 +3,40 @@
|
||||
margin: 1em auto;
|
||||
}
|
||||
|
||||
/* Settings button focus outline */
|
||||
.SpeedDialView-Settings-Button:focus {
|
||||
outline: 2px solid var(--colorHighlightBg);
|
||||
}
|
||||
|
||||
/* Speed Dials search field position (if shown) */
|
||||
.sdwrapper .iconmenu-container.SearchField {
|
||||
background: var(--colorBgAlphaHeavy);
|
||||
}
|
||||
|
||||
/* Speed Dials look */
|
||||
.speeddial .dial {
|
||||
.SpeedDial {
|
||||
opacity: 0.8 !important;
|
||||
transition: opacity 0.2s linear;
|
||||
background-color: var(--colorBgAlphaHeavy);
|
||||
background: var(--colorBgAlphaHeavy);
|
||||
}
|
||||
|
||||
/* Speed Dials opaque when hovering */
|
||||
.speeddial .dial:hover, .speeddial .dial:focus {
|
||||
.SpeedDial:hover, .SpeedDial:focus {
|
||||
opacity: 1 !important;
|
||||
}
|
||||
|
||||
/* Speed Dials thumbnail */
|
||||
.speeddial .dial .thumbnail-image {
|
||||
.SpeedDial .thumbnail-image {
|
||||
display: block;
|
||||
}
|
||||
|
||||
/* Speed Dials thumbnail fit container */
|
||||
.speeddial .dial .thumbnail-image img {
|
||||
.SpeedDial .thumbnail-image img {
|
||||
object-fit: contain;
|
||||
object-position: center;
|
||||
padding: 1em;
|
||||
}
|
||||
|
||||
/* Settings button focus outline */
|
||||
/*.SpeedDialView-Settings-Button:focus {
|
||||
outline: 2px solid var(--colorHighlightBg);
|
||||
}*/
|
||||
|
||||
/* Speed Dial background image fit */
|
||||
/*.startpage {
|
||||
background-size: 100% 100% !important;
|
||||
|
||||
Reference in New Issue
Block a user