summaryrefslogtreecommitdiff
path: root/styles/main.css
diff options
context:
space:
mode:
Diffstat (limited to 'styles/main.css')
-rw-r--r--styles/main.css22
1 files changed, 22 insertions, 0 deletions
diff --git a/styles/main.css b/styles/main.css
index b37552e..cd73155 100644
--- a/styles/main.css
+++ b/styles/main.css
@@ -70,3 +70,25 @@ content {
margin-right: 50px;
margin-bottom:50px;
}
+
+log {
+ padding: 5px;
+ display: flex;
+ flex-direction: column;
+ align-items: center;
+ position: absolute;
+ width: 90%;
+ height: 20vh;
+ left: 5%;
+ bottom: 5vw;
+ border-radius: 3px;
+ background-color: white;
+ overflow: scroll;
+}
+
+log entry {
+ display: block;
+ width: 90%;
+ border: 2px solid gray;
+ border-radius: 5px;
+} \ No newline at end of file