1 |
.feed__share{background-color:#fff;display:grid;gap:1rem;padding:10px;width:100%;box-shadow:0px 0px 0px 1px rgba(0,0,0,.08)}@media(min-width: 768px){.feed__share{border-radius:10px}}.feed__input-container{display:flex;align-items:center;gap:.5rem}.feed__input-container .feed__input{align-items:center;border:1px solid #d3d3d3;border-radius:30px;color:gray;display:flex;gap:.5rem;padding:10px;padding-left:1rem;overflow:hidden;flex:1;cursor:pointer}.feed__input-container .feed__input:hover{background-color:rgba(0,0,0,.08)}.feed__input-container .feed__input input{background-color:rgba(0,0,0,0);border:none;cursor:pointer;outline:none;flex:1;font-weight:600}.feed__section{display:flex;flex-direction:column;grid-area:main;gap:1rem}.feed__info{display:flex;flex-direction:column;justify-content:center;gap:5px}.feed__info>a>h2{font-size:1rem;font-weight:bold}.feed__info>p{font-size:.8rem;color:gray;line-height:1.5}.feed__info .time__elapse{align-items:center;display:flex;font-size:14px;gap:5px}.feed__info .time__elapse .time__elapse-icon{font-size:14px}.feed__share-options{display:flex;justify-content:space-evenly}.feed__share-option{align-items:center;display:inline-flex;justify-content:center;cursor:pointer;gap:.5rem;padding:10px}.feed__share-option:hover{background-color:#f5f5f5;border-radius:10px}.feed__share-option h4{display:none}@media(min-width: 1200px){.feed__share-option{justify-content:flex-start}.feed__share-option h4{display:initial}}.feed{background-color:#fff;display:flex;flex-direction:column;gap:.5rem;box-shadow:0px 0px 0px 1px rgba(0,0,0,.08)}@media(min-width: 768px){.feed{box-shadow:0px 0px 0px 1px rgba(0,0,0,.08);border-radius:10px}}.feed__header{display:flex;gap:.5rem;padding:5px 1rem 0;justify-content:space-between;align-items:center}.feed__body{overflow-wrap:anywhere;display:flex;flex-direction:column;gap:.5rem}.feed__body h2{padding:0 10px}.feed__body p,.feed__body a,.feed__body span{padding:0 10px;line-height:1.25}.feed__body>img,.feed__body>video{width:100%;max-height:550px;object-fit:cover}.feed__buttons{display:flex;justify-content:space-around;border-top:1px solid #d3d3d3;gap:.5rem;padding:5px;margin:0 5px}.feed__buttons .feed__share-option{flex-grow:1}.external__share{display:flex;position:absolute;align-items:center;padding:5px 1rem;bottom:calc(100% + .5rem);gap:.5rem;right:0;width:16.5rem;border-radius:10px;background-color:#fff;box-shadow:0px 4px 4px -2px rgba(0,0,0,.12),0px -4px 4px -2px rgba(0,0,0,.12)}.external__share.post{transform:none;bottom:100%;right:1.5rem;z-index:200}
|
1 |
.feed__share{background-color:#fff;display:grid;gap:1rem;padding:10px;width:100%;box-shadow:0px 0px 0px 1px rgba(0,0,0,.08)}@media(min-width: 768px){.feed__share{border-radius:10px}}.feed__input-container{display:flex;align-items:center;gap:.5rem}.feed__input-container .feed__input{align-items:center;border:1px solid #d3d3d3;border-radius:30px;color:gray;display:flex;gap:.5rem;padding:10px;padding-left:1rem;overflow:hidden;flex:1;cursor:pointer}.feed__input-container .feed__input:hover{background-color:rgba(0,0,0,.08)}.feed__input-container .feed__input input{background-color:rgba(0,0,0,0);border:none;cursor:pointer;outline:none;flex:1;font-weight:600}.feed__section{display:flex;flex-direction:column;grid-area:main;gap:1rem;position:relative}.feed__info{display:flex;flex-direction:column;justify-content:center;gap:5px}.feed__info>a>h2{font-size:1rem;font-weight:bold}.feed__info>p{font-size:.8rem;color:gray;line-height:1.5}.feed__info .time__elapse{align-items:center;display:flex;font-size:14px;gap:5px}.feed__info .time__elapse .time__elapse-icon{font-size:14px}.feed__share-options{display:flex;justify-content:space-evenly}.feed__share-option{align-items:center;display:inline-flex;justify-content:center;cursor:pointer;gap:.5rem;padding:10px}.feed__share-option:hover{background-color:#f5f5f5;border-radius:10px}.feed__share-option h4{display:none}@media(min-width: 1200px){.feed__share-option{justify-content:flex-start}.feed__share-option h4{display:initial}}.feed{background-color:#fff;display:flex;flex-direction:column;gap:.5rem;box-shadow:0px 0px 0px 1px rgba(0,0,0,.08);padding:0}@media(min-width: 768px){.feed{box-shadow:0px 0px 0px 1px rgba(0,0,0,.08);border-radius:10px}}.feed__header{display:flex;gap:.5rem;padding:5px 1rem 0;justify-content:space-between;align-items:center}.feed__body{overflow-wrap:anywhere;display:flex;flex-direction:column;gap:.5rem}.feed__body h2{padding:0 10px}.feed__body p,.feed__body a,.feed__body span{padding:0 10px;line-height:1.25}.feed__body>img,.feed__body>video{width:100%;max-height:550px;object-fit:cover}.feed__buttons{display:flex;justify-content:space-around;border-top:1px solid #d3d3d3;gap:.5rem;padding:5px;margin:0 5px}.feed__buttons .feed__share-option{flex-grow:1}.external__share{display:flex;position:absolute;align-items:center;padding:5px 1rem;bottom:calc(100% + .5rem);gap:.5rem;right:0;width:16.5rem;border-radius:10px;background-color:#fff;box-shadow:0px 4px 4px -2px rgba(0,0,0,.12),0px -4px 4px -2px rgba(0,0,0,.12)}.external__share.post{transform:none;bottom:100%;right:1.5rem;z-index:200}
|