fix catalog popup styling

This commit is contained in:
plebeius.eth
2023-09-05 14:57:26 +02:00
parent 0df054dd36
commit 9fd07c9ce7
@@ -31,7 +31,8 @@ export const Threads = styled.div`
border-radius:3px; border-radius:3px;
} }
.thread_popup_content{ .thread_popup_content {
margin: 5px 3px 2px 3px !important;
color: #dedede; color: #dedede;
display: inline-block; display: inline-block;
overflow: hidden; overflow: hidden;
@@ -40,6 +41,7 @@ export const Threads = styled.div`
} }
.thread_popup_lastReply{ .thread_popup_lastReply{
margin: 0px 4px 5px 4px !important;
color: #bbbfbd; color: #bbbfbd;
display: block; display: block;
width: auto; width: auto;
@@ -58,7 +60,8 @@ export const Threads = styled.div`
} }
.thread_popup_authorAdmin{ .thread_popup_authorAdmin{
color:#682071; color: purple;
font-weight: 700;
} }
video, audio, img { video, audio, img {
@@ -207,7 +210,7 @@ export const Threads = styled.div`
font-weight:700; font-weight:700;
}; };
.thread_popup_author{ .thread_popup_author{
color:#00a550;font-weight:700; color:#dedede;font-weight:700;
}`; }`;
default: default:
return ''; return '';