mirror of
https://github.com/ae-utbm/sith.git
synced 2025-07-10 03:49:24 +00:00
Fixes pour la mise à jour de mars (#598)
This commit is contained in:
committed by
Julien Constant
parent
8e7c025e47
commit
f605f7dcc6
@ -196,10 +196,15 @@
|
||||
justify-content: flex-end;
|
||||
}
|
||||
|
||||
>a>img {
|
||||
> a {
|
||||
display: block;
|
||||
width: 40px;
|
||||
height: 40px;
|
||||
border-radius: 50%;
|
||||
background-position: center center;
|
||||
background-size: cover;
|
||||
background-repeat: no-repeat;
|
||||
background-color: #354a5f;
|
||||
}
|
||||
|
||||
>.options {
|
||||
|
@ -145,6 +145,7 @@
|
||||
}
|
||||
|
||||
> a {
|
||||
box-sizing: border-box;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
@ -181,6 +182,16 @@
|
||||
object-fit: contain;
|
||||
border-radius: 50%;
|
||||
}
|
||||
|
||||
> .profile-pic {
|
||||
background-position: center center;
|
||||
background-size: cover;
|
||||
background-repeat: no-repeat;
|
||||
min-width: 25px;
|
||||
height: 25px;
|
||||
border-radius: 50%;
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -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 {
|
||||
|
@ -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 {
|
||||
|
Reference in New Issue
Block a user