🆙 Update catalogue Forum view

This commit is contained in:
duckietm
2026-06-10 10:17:20 +02:00
parent e5ca4936ea
commit 4bfd5e96ec
4 changed files with 78 additions and 31 deletions
+44
View File
@@ -639,6 +639,50 @@
overflow: hidden;
}
.nitro-catalog-classic-window .nitro-catalog-forum-text {
scrollbar-width: none !important;
font-size: 12px;
line-height: 15px;
}
.nitro-catalog-classic-window .nitro-catalog-forum-text::-webkit-scrollbar {
width: 0 !important;
height: 0 !important;
display: none !important;
}
.nitro-catalog-classic-window .nitro-catalog-forum-text p,
.nitro-catalog-classic-window .nitro-catalog-forum-text div {
margin: 0 0 8px;
}
.nitro-catalog-classic-window .nitro-catalog-forum-text > :last-child {
margin-bottom: 0;
}
.nitro-catalog-classic-window .nitro-catalog-guild-join-btn {
min-height: 20px !important;
width: auto !important;
padding: 1px 10px !important;
border: 1px solid #1c1c1c !important;
border-radius: 5px !important;
background: linear-gradient(180deg, #ffffff 0%, #eaeaea 55%, #d8d8d8 100%) !important;
box-shadow: inset 0 1px 0 #ffffff !important;
color: #000 !important;
font-size: 11px !important;
font-weight: 400 !important;
text-shadow: none !important;
}
.nitro-catalog-classic-window .nitro-catalog-guild-join-btn:hover {
background: linear-gradient(180deg, #ffffff 0%, #f2f2f2 55%, #e2e2e2 100%) !important;
}
.nitro-catalog-classic-window .nitro-catalog-guild-join-btn:active {
background: linear-gradient(180deg, #d8d8d8 0%, #eaeaea 100%) !important;
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2) !important;
}
.nitro-catalog-classic-default-layout {
position: relative;
display: block !important;