categories,18popup,clear.TextEditorSwap,GameCardHover #177

Merged
freakoverse merged 64 commits from staging into master 2024-12-24 19:44:30 +00:00
Showing only changes of commit cbd53852a5 - Show all commits

View File

@ -99,7 +99,12 @@
padding-top: 10px;
min-height: 75px;
}
.viewer table {
.viewer {
img {
max-width: 100%;
height: auto;
}
table {
table-layout: fixed;
width: 100%;
border-spacing: 0;
@ -137,6 +142,7 @@
}
}
}
}
.mdxeditor {
--baseBg: rgba(255, 255, 255, 0.05);
}