aboutsummaryrefslogtreecommitdiff
path: root/src/main.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.css')
-rw-r--r--src/main.css43
1 files changed, 41 insertions, 2 deletions
diff --git a/src/main.css b/src/main.css
index 98c2511..1ce0122 100644
--- a/src/main.css
+++ b/src/main.css
@@ -67,7 +67,7 @@
margin: 2px;
}
-#navbar {
+.navbar {
border-bottom: 2px solid black;
width: 100%;
display: inline-block;
@@ -95,7 +95,7 @@
body {
display: flex;
- flex-direction: column;
+ flex-direction: row;
max-height: 100vh;
}
@@ -140,4 +140,43 @@ body {
}
.reply_highlight {
background-color: lightblue;
+}
+
+#channel {
+ display: flex;
+ flex-direction: column;
+ max-height: 100vh;
+ flex-grow: 1;
+ flex-basis: 90vw;
+}
+#rightpane {
+ flex-basis: 20vw;
+ display: none;
+ flex-direction: column;
+ max-width: 20vw;
+ border-left: 2px solid black;
+}
+
+.center {
+ text-align: center;
+}
+
+#leftpane {
+ display: flex;
+ flex-direction: column;
+ flex-basis: 20vw;
+ flex-grow: 0;
+ border-right: 2px solid black;
+}
+#channelsbox {
+ flex-basis: 90vh;
+}
+#usersettings {
+ flex-basis: 15vh;
+ border-top: 2px solid black;
+}
+
+input#username {
+ max-width: 50%;
+ border-bottom: 1px dotted black;
} \ No newline at end of file