Merge pull request 'Use relative font size and set appropriate overflow behavior' (#355) from xarvos/pleroma-fe:update-css into develop
ci/woodpecker/push/woodpecker Pipeline was successful Details

Reviewed-on: #355
This commit is contained in:
floatingghost 2023-12-15 12:12:28 +00:00
commit 7da1687f31
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@
}
html {
font-size: 14px;
font-size: 0.875rem;
// overflow-x: clip causes my browser's tab to crash with SIGILL lul
}

View File

@ -37,7 +37,7 @@
white-space: pre-line;
word-break: break-word;
text-overflow: ellipsis;
overflow: scroll;
overflow: auto;
}
&.-static {