minor css fix
parent
bb67ab8526
commit
b970d1cf4f
|
@ -7228,11 +7228,6 @@ button, .btn {
|
|||
text-decoration: none !important;
|
||||
}
|
||||
|
||||
#userpage > .container {
|
||||
padding-left: 0 !important;
|
||||
padding-right: 0 !important;
|
||||
}
|
||||
|
||||
@media (min-width: 767.98px) {
|
||||
.srd {
|
||||
font-size: 18px;
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
{% set vlink = '<a href="/id/' ~ v.id ~ '">' %}
|
||||
<div class="container pb-4">
|
||||
<div class="row justify-content-around" id="main-content-row">
|
||||
<div class="col h-100 {% block customPadding %}{% if request.path.startswith('/@') %}user-gutters{% else %}custom-gutters{% endif %}{% endblock %}" id="main-content-col">
|
||||
<div class="col h-100 {% block customPadding %}custom-gutters{% endblock %}" id="main-content-col">
|
||||
|
||||
<div class="border-right pb-1 px-3">
|
||||
<span id="online2" data-bs-html="true" data-bs-toggle="tooltip" data-bs-placement="bottom" title="Users Online" class="text-muted">
|
||||
|
|
Loading…
Reference in New Issue