From 76e0eab94c58f130a47a2fad9eb0d16eccc21fb5 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Wed, 30 Dec 2020 14:38:33 +0200 Subject: [PATCH] fix(cloudcmd) css: media query for screen size with width more then 1600 (cloudcmd/console-io#6) --- css/query.css | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/css/query.css b/css/query.css index eb320351..790cfa5f 100644 --- a/css/query.css +++ b/css/query.css @@ -1,3 +1,25 @@ +@media only screen and (min-width: 1600px) { + .name { + width: 40%; + } + + .size { + width: 10%; + } + + .date { + width: 15% + } + + .owner { + width: 12% + } + + .mode { + width: 15% + } +} + @media only screen and (max-height: 900px) and (max-width: 600px) { .fm { height: 85%;