autres ajouts

pull/23/head
Maxime ROCHER 5 months ago
parent c0ce49f5f8
commit 8a4368dbd4

@ -120,16 +120,16 @@ body.light-mode .like-icon-none img{
} }
.comAdd{ .comAdd{
width : 20vw; width : 21vw;
height : 4vh; height : 5vh;
padding-left: 1vh; padding-left: 1vh;
border: none; border: none;
border-radius: 20px; border-radius: 20px;
} }
.btn{ .btn{
width : 2vw; width : 5vh;
height : 4vh; height : 5vh;
padding-left: 1vh; padding-left: 1vh;
border: none; border: none;
border-radius: 50px; border-radius: 50px;
@ -149,7 +149,7 @@ body.light-mode .like-icon-none img{
display: flex; display: flex;
flex-direction: column; flex-direction: column;
overflow-y: auto; overflow-y: auto;
height: 55vh; height: 95%;
} }
.comment_section::-webkit-scrollbar { .comment_section::-webkit-scrollbar {
@ -230,7 +230,7 @@ body.light-mode .like-icon-none img{
} }
.infoQuote{ .infoQuote{
margin: 2vh; margin-bottom: 2vh;
height: 31vh; height: 31vh;
} }
@ -245,11 +245,13 @@ body.light-mode .like-icon-none img{
margin-bottom: -5px; margin-bottom: -5px;
} }
.avatar{ .avatar {
width: 40px; width: 40px;
height: 40px; height: 40px;
border-radius: 50%; border-radius: 50%;
margin-right: 15px; margin-right: 10px;
object-fit: cover;
border: #000 solid 1.5px;
} }
.imgIcones{ .imgIcones{
@ -258,8 +260,8 @@ body.light-mode .like-icon-none img{
} }
.comAdd :focus { .comAdd :focus {
outline: none; /* Supprime la bordure bleue */ outline: none;
box-shadow: none; /* Supprime également toute ombre ajoutée */ box-shadow: none;
} }
.likeLien{ .likeLien{
@ -315,8 +317,8 @@ body.light-mode .like-icon-none img{
} }
.btn{ .btn{
width : 5vw; width : 5vh;
height : 5vw; height : 5vh;
} }
.com{ .com{

Loading…
Cancel
Save