mirror of
https://github.com/renbaoshuo/S2OJ.git
synced 2024-11-22 07:38:42 +00:00
fix(user_msg): small window
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
bfa0cf8d3d
commit
561d3052b8
@ -138,14 +138,22 @@ if (isset($_POST['user_msg'])) {
|
||||
|
||||
<h1>私信</h1>
|
||||
|
||||
<div class="card overflow-hidden" style="height: calc(100vh - 10rem);">
|
||||
<style>
|
||||
@media (min-width: 768px) {
|
||||
.chat-container {
|
||||
height: calc(100ch - 10rem);
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
<div class="card overflow-hidden-md chat-container">
|
||||
<div class="row gx-0 flex-grow-1 h-100">
|
||||
<div class="col-md-3 border-end h-100">
|
||||
<div class="col-md-3 border-end h-md-100">
|
||||
<div class="list-group list-group-flush h-100 overflow-auto" id="conversations"></div>
|
||||
</div>
|
||||
|
||||
<div class="col-md-9 h-100" id="history" style="display: none">
|
||||
<div class="card h-100 border-0 rounded-0 h-100">
|
||||
<div class="card h-100 border-0 rounded-0">
|
||||
<div class="card-header">
|
||||
<button id="goBack" class="btn-close position-absolute" aria-label="关闭对话"></button>
|
||||
<div id="conversation-name" class="text-center"></div>
|
||||
|
Loading…
Reference in New Issue
Block a user