This commit is contained in:
Stian Lund
2024-11-26 15:32:23 +01:00
parent e5ff6fe19e
commit a017544a52
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -28,13 +28,13 @@
/* Speed Dials thumbnail */
.speeddial .dial .thumbnail-image {
display: block;
padding: 1em;
}
/* Speed Dials thumbnail fit container */
.speeddial .dial .thumbnail-image img {
object-fit: contain;
object-position: center;
padding: 1em;
}
/* Speed Dial background image fit */
+2 -1
View File
@@ -4,7 +4,8 @@
background: var(--colorBg);
}
.webpageview:has(.page-confirm-info-bar) .webpage {
.webpageview:has(.page-confirm-info-bar) .webpage,
.webpageview.internal:has(.page-confirm-info-bar) .internal-page {
top: 25px;
}