This commit is contained in:
Oscar Plaisant
2025-03-16 18:05:45 +01:00
parent 29453462f9
commit f91c506a9e
572 changed files with 233842 additions and 19574 deletions

View File

@@ -57,6 +57,8 @@ div.mb-view-wrapper {
.mb-button {
background-color: transparent !important;
border: none !important;
font-family: var(--font-text);
color: var(--text-normal);
}
.mb-button-inline {
@@ -64,11 +66,13 @@ div.mb-view-wrapper {
}
.mb-button-block {
display: block !important;
}
.mb-button-group {
.mb-button-group.mb-button-group {
background-color: transparent !important;
border: none !important;
padding-inline: 0;
& > .mb-button {
&:first-child:not(:last-child) {
@@ -99,6 +103,8 @@ div.mb-view-wrapper {
vertical-align: bottom;
/* Add a gap between text and icons. */
gap: var(--size-4-1);
background-size: cover;
background-position: center center;
&.mod-plain {
background: none;
@@ -433,7 +439,7 @@ div.mb-view-wrapper {
}
/* Image */
.mb-image-search-container {
.mb-image-modal-header {
margin-bottom: var(--size-4-4);
}
@@ -443,6 +449,10 @@ div.mb-view-wrapper {
gap: var(--size-4-4);
}
.mb-image-card {
position: relative;
}
.mb-image-suggester-modal {
width: 80%;
}
@@ -474,6 +484,18 @@ div.mb-view-wrapper {
}
}
.mb-image-card-button {
position: absolute;
opacity: 0;
top: var(--size-4-2);
right: var(--size-4-2);
transition: opacity 0.2s ease-in-out;
}
.mb-image-card:hover .mb-image-card-button {
opacity: 1;
}
.mb-image-suggest-input {
background: var(--background-secondary);
border-radius: var(--mb-border-radius);
@@ -482,6 +504,12 @@ div.mb-view-wrapper {
width: 100%;
}
.mb-image-empty {
display: flex;
flex-direction: column;
align-items: center;
}
/* Time Input */
.mb-input-type-time {
@@ -854,6 +882,10 @@ div.setting-item > div.setting-item-control.mb-vertical-control {
width: 100%;
}
.mb-search-modal-element-description {
color: var(--text-faint);
}
/* --- HIGHLIGHTING CLASSES --- */
.mb-highlight-test {
color: #00bfbc;