added catalog view

This commit is contained in:
plebbitor
2023-02-19 16:48:46 +01:00
parent e99217c239
commit 4d1fe1355b
7 changed files with 509 additions and 5 deletions
+5
View File
@@ -471,6 +471,9 @@ export const ReplyFormTable = styled.table`
`;
export const TopBar = styled.div`
.return-button {
padding-top: 3px;
}
${({ selectedStyle }) => {
switch (selectedStyle) {
case 'Yotsuba':
@@ -541,6 +544,7 @@ export const TopBar = styled.div`
.return-button {
float: right;
margin-right: 4px;
padding-top: 2px;
font-size: 12pt;
a, a:visited {
@@ -566,6 +570,7 @@ export const TopBar = styled.div`
.return-button {
float: right;
margin-right: 4px;
padding-top: 2px;
font-size: 12pt;
a, a:visited {