mirror of
https://github.com/mue/mue.git
synced 2026-06-12 19:48:57 +02:00
fix: light theme fixes
This commit is contained in:
@@ -71,7 +71,6 @@ function Items({
|
||||
<span className="card-title">{item.display_name || item.name}</span>
|
||||
<span className="card-subtitle">{item.author}</span>
|
||||
</div>
|
||||
{item.type}
|
||||
</div>
|
||||
))}
|
||||
</div>
|
||||
|
||||
@@ -119,6 +119,9 @@
|
||||
|
||||
.quotediv .author-holder .author .author-content .title {
|
||||
font-size: 1em !important;
|
||||
@include themed() {
|
||||
color: t($color) !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -210,7 +210,8 @@ function PhotoInformation({ info, url, api }) {
|
||||
onMouseLeave={() => setshowExtraInfo(false)}
|
||||
>
|
||||
<div className={photoMapClassList}>
|
||||
{!showingPhotoMap ? <MdLocationOn /> : ''}
|
||||
{photoMap !== null ? <MdLocationOn /> : ''}
|
||||
<h1>{photoMap}</h1>
|
||||
{photoMap()}
|
||||
</div>
|
||||
{showingPhotoMap ? (
|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
user-select: none;
|
||||
text-transform: capitalize;
|
||||
font-weight: bold;
|
||||
color: #fff;
|
||||
|
||||
--shadow-shift: 0.125rem;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user