implement localization

This commit is contained in:
schlagmichdoch 2023-07-06 21:29:36 +02:00
parent 29b91cb17a
commit f50d7438b6
12 changed files with 883 additions and 286 deletions

View file

@ -1345,11 +1345,11 @@ x-peers:empty~x-instructions {
transition: opacity 300ms;
}
#websocket-fallback > span {
#websocket-fallback {
margin: 2px;
}
#websocket-fallback > span > span {
#websocket-fallback > span:nth-child(2) {
border-bottom: solid 4px var(--ws-peer-color);
}