| .label-hashtag{ |
| cursor: pointer; |
| } |
|
|
| #link_bg_preview #closebtn { |
| width: 20px; |
| height: 20px; |
| position: absolute; |
| top: 0px; |
| right: 4px; |
| cursor: pointer; |
| background-color: red; |
| border-radius: 50%; |
| opacity:0.5; |
| } |
|
|
| #link_bg_preview #closebtn:hover{ |
| opacity:1; |
| } |
|
|
| #link_bg_preview .imgs { |
| width: 100%; |
| height: auto; |
| display: flex; |
| row-gap: 14px; |
| flex-wrap: wrap; |
| column-gap: calc(5%/3); |
| } |
|
|
| #link_bg_preview .imgs .img { |
| width: calc(95% / 4); |
| } |
|
|
| #link_bg_preview .imgs .img > img { |
| width: 100%; |
| height: 100%; |
| object-fit: cover; |
| display: block; |
| opacity: 0.7; |
| } |
|
|
| #link_bg_preview .imgs .img > img[name="content_images-link_img"]:hover { |
| opacity: 1; |
| } |
|
|
|
|
| .form-group .small-comic-img, |
| #comic-list .small-comic-img{ |
| max-width: 150px; |
| max-height: 150px; |
| object-fit: cover; |
| } |
| #comic-list .comic-name{ |
| text-align: start; |
| vertical-align: middle; |
| max-width: 200px; |
| } |
|
|
| table { |
| table-layout: fixed; |
| word-wrap: break-word; |
| } |
|
|
| table.table-fit { |
| width: auto !important; |
| table-layout: auto !important; |
| } |
|
|
| table.table-fit td img{ |
| width: 100%; |
| height: auto; |
| object-fit: cover; |
| display: block; |
| } |
|
|
| table.table-fit thead th, |
| table.table-fit tbody td, |
| table.table-fit tfoot th, |
| table.table-fit tfoot td { |
| width: auto !important; |
| } |
|
|