1
0
espelhamento de https://github.com/ae-utbm/sith.git sincronizado 2025-07-11 04:19:25 +00:00

Fixes pour la mise à jour de mars (#598)

Esse commit está contido em:
Julien Constant
2023-04-04 22:50:19 +02:00
commit de GitHub
commit e638bc04ed
11 arquivos alterados com 69 adições e 12 exclusões

Ver arquivo

@ -61,6 +61,21 @@ main {
width: 5em;
margin: 0.5em;
}
> div {
display: flex;
width: 5em;
height: 5em;
border-radius: 50%;
justify-content: center;
align-items: center;
background-color: #f2f2f2;
> span {
font-size: small;
color: #ccc;
}
}
}
> .user_profile_infos_items {

Ver arquivo

@ -56,6 +56,7 @@
width: 100%;
height: 100%;
max-width: 300px;
margin-top: 10px;
@media (max-width: 750px) {
max-width: 100%;
@ -77,6 +78,7 @@
width: 100% !important;
object-fit: contain;
height: auto;
max-height: 100%;
}
>p {