sidebar wrapping fix
This commit is contained in:
parent
3ee65a80c3
commit
6e9234b3e0
@ -17,11 +17,11 @@
|
||||
<div id="mainContent">
|
||||
<div class="full-container d-flex">
|
||||
|
||||
<div class="peers as-s ai-s w-100">
|
||||
<div class="peers flex-nowrap as-s ai-s w-100">
|
||||
<div class="peer bg-body-secondary">
|
||||
<div id="serverList" class="p-2 layers border-end h-100">
|
||||
<div class="layer mb-2">
|
||||
<button type="button" id="newServerBtn" class="btn bg-body rounded-circle p-1 bd" onclick="javascript: openServerModal();">
|
||||
<button type="button" id="newServerBtn" class="btn bg-body rounded-circle p-1 bd">
|
||||
<span class="d-flex jc-c ai-c" style="width: 50px; height: 50px;">
|
||||
<i class="bi bi-plus-lg fs-4"></i>
|
||||
</span>
|
||||
@ -56,7 +56,7 @@
|
||||
<div class="row">
|
||||
<div class="col-3 mb-4">
|
||||
<div class="bg-body p-4 bd rounded-3">
|
||||
test
|
||||
add
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@ -77,7 +77,7 @@
|
||||
|
||||
<script id="serverItemTemplate" type="text/template">
|
||||
<div class="server-item layer mb-2" data-guild-id="" data-name="" data-icon="">
|
||||
<button type="button" class="rounded-3 p-1 bg-body bd" onclick="javascript: selectServer($(this).parent());">
|
||||
<button type="button" class="rounded-3 p-1 bg-body bd">
|
||||
<img src="" class="rounded-3" alt="" width="50" height="50">
|
||||
</button>
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user