Explorar o código

open card details always in the center of the screen

Martin Filser %!s(int64=2) %!d(string=hai) anos
pai
achega
e69a9f17b8
Modificáronse 1 ficheiros con 8 adicións e 0 borrados
  1. 8 0
      client/components/cards/cardDetails.css

+ 8 - 0
client/components/cards/cardDetails.css

@@ -248,6 +248,14 @@
   padding-top: 10px;
 }
 @media screen and (min-width: 801px) {
+  .card-details {
+    top: 97px;
+    left: calc(50% - (600px / 2));
+    width: 600px;
+    bottom: 0;
+    position: fixed;
+    resize: both;
+  }
   .card-details-maximized {
     top: 97px;
     left: 0;