Fix dynamic insert size.
[wolnelektury.git] / src / annoy / static / annoy / banner.scss
index e0e0f62..07ef15c 100644 (file)
     top: 0;
     right: 0;
     color: black;
+    max-width: 80%;
+    white-space: nowrap;
+    overflow: hidden;
+    text-overflow: ellipsis;
 }
 
 
     color: white;
     border-radius: 1em 0 0 0;
     padding: .1em 1em;
+    max-width: 80%;
+    white-space: nowrap;
+    overflow: hidden;
+    text-overflow: ellipsis;
 }
 
 
 .dynamic-insert {
     background: orange;
     margin: 1em 0;
+    user-select: none;
+    -webkit-user-select: none;
+    -moz-user-select: none;
+    -ms-user-select: none;
 
     &.with-image {
         min-height: 120px;
             border-radius: 100%;
             margin: 1em;
             align-self: center;
+           width: 120px;
+           height: 120px;
         }
     }
 }