first commit 2
This commit is contained in:
@@ -0,0 +1,35 @@
|
||||
/* Latest Thumb Top Skin Style - Final Layout Fix */
|
||||
|
||||
.latest-thumb-top-skin {
|
||||
width: 100%;
|
||||
box-sizing: border-box;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.latest-thumb-top-skin .bbs_main_wrap_tit {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
margin-bottom: 15px;
|
||||
padding-bottom: 10px;
|
||||
border-bottom: 2px solid #333;
|
||||
flex-shrink: 0;
|
||||
}
|
||||
|
||||
.latest-thumb-top-skin .bbs_main_wrap_tit_l { min-width: 0; }
|
||||
.latest-thumb-top-skin .bbs_main_wrap_tit_l h2 { margin: 0; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
|
||||
.latest-thumb-top-skin .bbs_main_wrap_tit_r { flex-shrink: 0; margin-left: 15px; }
|
||||
.latest-thumb-top-skin .more_btn { position: relative; background: none; border: 1px solid #ddd; padding: 5px 10px; font-size: 12px; color: #666; cursor: pointer; border-radius: 3px; }
|
||||
.latest-thumb-top-skin .cb { display: none; }
|
||||
|
||||
.latest-thumb-top-skin ul {
|
||||
list-style: none;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
display: grid;
|
||||
grid-template-columns: repeat(var(--pc-columns, 4), 1fr);
|
||||
gap: 15px;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user