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.css24
1 files changed, 23 insertions, 1 deletions
diff --git a/ui/app/css/index.css b/ui/app/css/index.css
index 3c397dcff..b027792fb 100644
--- a/ui/app/css/index.css
+++ b/ui/app/css/index.css
@@ -718,5 +718,27 @@ div.message-container > div:first-child {
}
.pop-hover:hover {
- transform: scale(1.1);
+ transform: scale(1.1);
+}
+
+@media screen and (min-width: 576px) {
+ .lap-visible {
+ display: none;
+ }
+
+ .phone-visible {
+ display: flex;
+ }
+
+}
+
+@media screen and (max-width: 575px) {
+ .lap-visible {
+ display: flex;
+ }
+
+ .phone-visible {
+ display: none;
+ }
+
}