html,body,#root{margin:0;padding:0;background:#111}.link-list{overflow:auto;max-width:90vw;margin-top:50px;padding:25px;display:grid;grid-auto-flow:column;grid-auto-rows:min-content;grid-template-rows:repeat(auto-fill,minmax(50px,auto));max-height:500px;gap:20px}.link_str{display:flex;min-width:300px;gap:5px;align-items:center;justify-content:space-between}.btn{color:#b4b4b4;background-color:#3a3a3a;border:solid 1px rgb(180,180,180);padding:5px;border-radius:5px;display:flex;align-items:center;justify-content:center}.inp_link{padding:5px 12px;border-radius:5px;outline:none;width:100%;color:#b4b4b4;background-color:#3a3a3a;border:solid 1px rgb(180,180,180)}.img{width:50px;height:50px;max-height:50px;object-fit:cover;object-position:center;flex-shrink:0;display:block;background:#222;border-radius:5px;border:solid 1px white;box-sizing:border-box}.link-list::-webkit-scrollbar{width:6px;height:6px}.link-list::-webkit-scrollbar-track{background:transparent}.link-list::-webkit-scrollbar-thumb{background-color:#ffffff4d;border-radius:3px}.link-list{scrollbar-color:rgba(255,255,255,.3) transparent;scrollbar-width:thin}
