aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/css/index.css
diff options
context:
space:
mode:
Diffstat (limited to 'ui/app/css/index.css')
-rw-r--r--ui/app/css/index.css29
1 files changed, 28 insertions, 1 deletions
diff --git a/ui/app/css/index.css b/ui/app/css/index.css
index 9e63c9e55..ceeffdd27 100644
--- a/ui/app/css/index.css
+++ b/ui/app/css/index.css
@@ -721,6 +721,17 @@ div.message-container > div:first-child {
transform: scale(1.1);
}
+.main-container {
+ width: 100%;
+ z-index: 18;
+ box-shadow: 0 0 7px 0 rgba(0,0,0,0.08);
+ font-family: DIN OT;
+ display: flex;
+ flex-wrap: wrap;
+ align-items: stretch;
+ overflow-y: scroll;
+}
+
@media screen and (min-width: 576px) {
.lap-visible {
display: flex;
@@ -730,6 +741,18 @@ div.message-container > div:first-child {
display: none;
}
+ .main-container {
+ // position: absolute;
+ // margin-top: 35px;
+ // z-index: 18;
+ // box-shadow: 0 0 7px 0 rgba(0,0,0,0.08);
+ // font-family: DIN OT;
+ // display: flex;
+ // flex-wrap: wrap;
+ // align-items: stretch;
+ // overflow-y: scroll;
+ // width: 100%;
+ }
}
@media screen and (max-width: 575px) {
@@ -741,4 +764,8 @@ div.message-container > div:first-child {
display: flex;
}
-}
+ .main-container {
+ position: absolute;
+ margin-top: 35px;
+ }
+} \ No newline at end of file