Add text file post functionality

This commit is contained in:
kwaroran
2024-02-27 01:29:58 +09:00
parent fbb53fcc61
commit ff16ffde0c
4 changed files with 75 additions and 23 deletions

View File

@@ -162,4 +162,16 @@ html, body{
.text-bordered{
-webkit-text-stroke: 1px #000;
}
.x-risu-risu-file{
padding: 1rem;
border: 1px solid var(--risu-theme-selected);
border-radius: 0.5rem;
color: var(--FontColorStandard);
min-width: 0;
max-width: 20rem;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}