pipi kaka uga aga
This commit is contained in:
@@ -5115,6 +5115,7 @@ a.remove-from-hall:hover {
|
|||||||
|
|
||||||
#halls-container {
|
#halls-container {
|
||||||
grid-template-columns: 1fr 1fr 1fr;
|
grid-template-columns: 1fr 1fr 1fr;
|
||||||
|
margin: 35px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 768px) {
|
@media (max-width: 768px) {
|
||||||
@@ -7182,6 +7183,7 @@ input#s_avatar {
|
|||||||
grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
|
grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
|
||||||
gap: 20px;
|
gap: 20px;
|
||||||
padding: 20px 0;
|
padding: 20px 0;
|
||||||
|
margin: 35px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tag-card {
|
.tag-card {
|
||||||
@@ -11896,9 +11898,6 @@ body.layout-modern .tag-ac-input {
|
|||||||
|
|
||||||
/* ── Send form ───────────────────────────────────────────── */
|
/* ── Send form ───────────────────────────────────────────── */
|
||||||
.dm-send-form {
|
.dm-send-form {
|
||||||
gap: 8px;
|
|
||||||
margin-top: 12px;
|
|
||||||
padding-top: 12px;
|
|
||||||
border-top: 1px solid #333;
|
border-top: 1px solid #333;
|
||||||
flex-shrink: 0;
|
flex-shrink: 0;
|
||||||
}
|
}
|
||||||
@@ -11928,14 +11927,13 @@ body.layout-modern .tag-ac-input {
|
|||||||
background: var(--accent);
|
background: var(--accent);
|
||||||
color: var(--bg, #000);
|
color: var(--bg, #000);
|
||||||
border: none;
|
border: none;
|
||||||
border-radius: 8px;
|
|
||||||
padding: 10px 18px;
|
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
font-size: 0.9em;
|
font-size: 0.9em;
|
||||||
height: 44px;
|
|
||||||
flex-shrink: 0;
|
flex-shrink: 0;
|
||||||
transition: opacity 0.15s;
|
transition: opacity 0.15s;
|
||||||
|
height: 28px;
|
||||||
|
border-radius: 10%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.dm-send-btn:hover {
|
.dm-send-btn:hover {
|
||||||
@@ -12273,6 +12271,13 @@ body.layout-modern .tag-ac-input {
|
|||||||
z-index: 1;
|
z-index: 1;
|
||||||
display: flex !important;
|
display: flex !important;
|
||||||
flex-direction: column !important;
|
flex-direction: column !important;
|
||||||
|
transition: right 0.3s ease-in-out;
|
||||||
|
}
|
||||||
|
|
||||||
|
@media (min-width: 1200px) {
|
||||||
|
body:not(.sidebar-right-hidden) .messages-convo-page {
|
||||||
|
right: 300px !important;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Kill the layout-legacy pagewrapper min-height:100vh that causes body overflow */
|
/* Kill the layout-legacy pagewrapper min-height:100vh that causes body overflow */
|
||||||
@@ -12348,7 +12353,6 @@ body.layout-modern .tag-ac-input {
|
|||||||
.messages-convo-page .dm-send-form {
|
.messages-convo-page .dm-send-form {
|
||||||
flex-shrink: 0;
|
flex-shrink: 0;
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
padding: 10px 16px;
|
|
||||||
padding-bottom: calc(10px + env(safe-area-inset-bottom, 0px));
|
padding-bottom: calc(10px + env(safe-area-inset-bottom, 0px));
|
||||||
border-top: 1px solid #333;
|
border-top: 1px solid #333;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,5 +1,7 @@
|
|||||||
@include(snippets/header)
|
@include(snippets/header)
|
||||||
|
<div class="pagewrapper">
|
||||||
<div id="main">
|
<div id="main">
|
||||||
@include(tags-partial)
|
@include(tags-partial)
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
@include(snippets/footer)
|
@include(snippets/footer)
|
||||||
Reference in New Issue
Block a user