safak / youtube2022

Season 2 on Lama Dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Profile Picture of search.jsx, still remains expanded

PB-developer-indian opened this issue · comments

The profile picture remains expanded even after copying that part of the code from GitHub to my project. Code Attached:-
`.sidebar {
flex: 1;
background-color: #3e3c61;
position: relative;

        .navbar {
            display: flex;
            align-items: center;
            background-color: #2f2d52;
            height: 50px;
            padding: 10px;
            justify-content: space-between;
            color: #ddddf7;
  
            .logo {
                font-weight: bold;
            }
  
            .user {
                display: flex;
                gap: 10px;
  
                img {
                    background-color: #ddddf7;
                    height: 24px;
                    width: 24px;
                    border-radius: 50%;
                    object-fit: cover;
                }
            }
        }
    }` The problem should be looked at as soon as possible. -PBdev