Browse Source

chat window media query

romanmatiasko 10 years ago
parent
commit
df1c3746a1
2 changed files with 9 additions and 0 deletions
  1. 3 0
      public/stylesheets/style.css
  2. 6 0
      public/stylesheets/style.scss

+ 3 - 0
public/stylesheets/style.css

@@ -495,6 +495,9 @@ span.promotion {
   #moves tbody tr td {
     width: 90px;
     margin: 0 5px; } }
+@media only screen and (min-width: 1400px) {
+  #chat-wrapper {
+    display: block; } }
 @media only screen and (min-width: 530px) and (max-width: 759px) {
   header, #board_moves_wrapper, #sounds_label {
     max-width: 530px; } }

+ 6 - 0
public/stylesheets/style.scss

@@ -563,6 +563,12 @@ span.promotion{
   }
 }
 
+@media only screen and (min-width: 1400px) {
+  #chat-wrapper{
+    display: block;
+  }
+}
+
 @media only screen and (min-width: 530px) and (max-width: 759px) {
   header, #board_moves_wrapper, #sounds_label{
     max-width: 530px;