This commit is contained in:
TheErrorExe 2025-02-26 14:16:16 +01:00
parent 0b11ea2573
commit 4563462377

View file

@ -79,6 +79,15 @@
height: 36px; height: 36px;
border-radius: 50%; border-radius: 50%;
} }
.like-container {
display: flex;
align-items: center;
gap: 8px;
}
.like-image {
width: 20px;
height: auto;
}
#videooutline { #videooutline {
width: fit-content; width: fit-content;
margin: auto; margin: auto;