mirror of
https://github.com/renbaoshuo/S2OJ.git
synced 2024-11-22 08:18:41 +00:00
fix(user_msg): rounded corner (#45)
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
Co-authored-by: Baoshuo Ren <i@baoshuo.ren>
This commit is contained in:
parent
5d8720baa9
commit
8ccd1f642c
@ -136,10 +136,19 @@ if (isset($_POST['user_msg'])) {
|
|||||||
<h1>私信</h1>
|
<h1>私信</h1>
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
|
#conversations {
|
||||||
|
border-radius: var(--bs-border-radius) !important;
|
||||||
|
}
|
||||||
|
|
||||||
@media (min-width: 768px) {
|
@media (min-width: 768px) {
|
||||||
.chat-container {
|
.chat-container {
|
||||||
height: calc(100ch - 10rem);
|
height: calc(100ch - 10rem);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#conversations {
|
||||||
|
border-top-right-radius: 0 !important;
|
||||||
|
border-bottom-right-radius: 0 !important;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user