mirror of
https://github.com/simplex-chat/simplexmq.git
synced 2026-03-30 14:16:00 +00:00
smp-server: fix layout (#1196)
* smp-server: fix layout * ws --------- Co-authored-by: Evgeny Poberezkin <2769109+epoberezkin@users.noreply.github.com>
This commit is contained in:
@@ -15,6 +15,12 @@
|
||||
<link rel="stylesheet" href="/media/style.css">
|
||||
|
||||
<style>
|
||||
body,
|
||||
html {
|
||||
width: 100%;
|
||||
overflow-x: hidden;
|
||||
}
|
||||
|
||||
table#config {
|
||||
border-collapse: collapse;
|
||||
margin-bottom: 4px;
|
||||
@@ -42,6 +48,17 @@
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (max-width: 440px) {
|
||||
table {
|
||||
width: 100%;
|
||||
table-layout: fixed;
|
||||
}
|
||||
|
||||
tr td:not(:last-child) {
|
||||
width: 40%;
|
||||
}
|
||||
}
|
||||
|
||||
.dark tr td:not(:last-child) {
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
@@ -50,6 +50,10 @@ img {
|
||||
/* For Internet Explorer and Edge */
|
||||
}
|
||||
|
||||
a{
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
/* NEW SITE */
|
||||
.container,
|
||||
.container-fluid,
|
||||
|
||||
Reference in New Issue
Block a user