Trabalho de programação (Demonstração da API do Prof. Rodrigo Ribeiro)

This commit is contained in:
天クマ 2025-11-17 21:54:57 -03:00
commit b464afdacb
13 changed files with 1993 additions and 7 deletions

10
docs/static/main.css vendored
View file

@ -380,6 +380,16 @@ div.hs.selected {
animation: fadeOut .5s ease-out 1 forwards;
}
.oneLineClamp {
overflow: hidden;
width: 100%;
display: -webkit-box;
/* height: 1em; */
line-clamp: 1;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical
}
@keyframes ellipsis-loader {
0%, 25% {
transform: translateX(0);