Changes

no edit summary
Line 17: Line 17:  
     #p-cactions-label {
 
     #p-cactions-label {
 
         outline: 0
 
         outline: 0
    }
  −
    #p-cactions{
  −
        display: block;
   
     }
 
     }
   Line 38: Line 35:  
         position: relative !important;
 
         position: relative !important;
 
         top: 0px !important;
 
         top: 0px !important;
         left: 0;
+
         left: 0
        height: 120px !important;
   
     }
 
     }
   Line 51: Line 47:  
     }
 
     }
   −
     div#mw-panel.open {
+
     div#mw-panel.open-toggle {
         transform: translateX(0%)
+
         transform: translateX(0%);
 +
        overflow-y: auto;
 
     }
 
     }
   Line 60: Line 57:     
     #p-personal ul {
 
     #p-personal ul {
         padding-left: 32px !important;
+
         padding-left: 50px !important
 
     }
 
     }
   Line 71: Line 68:  
         position: absolute;
 
         position: absolute;
 
         top: 10px;
 
         top: 10px;
         left: 10px;
+
         left: 15px;
         z-index: 99999;
+
         z-index: 99999
 
     }
 
     }
    
     #menu-toggle .bar1,#menu-toggle .bar2,#menu-toggle .bar3 {
 
     #menu-toggle .bar1,#menu-toggle .bar2,#menu-toggle .bar3 {
         width: 24px;
+
         width: 28px;
 
         height: 4px;
 
         height: 4px;
 
         background-color: #6c6c6c;
 
         background-color: #6c6c6c;
 
         margin: 5px 0;
 
         margin: 5px 0;
         transition: 0.4s;
+
         transition: 0.4s
 
     }
 
     }
   Line 133: Line 130:     
@media screen and (max-width: 450px) {
 
@media screen and (max-width: 450px) {
 +
    .fullImageLink img {
 +
        width:100%;
 +
        height: auto
 +
    }
 +
 +
    p img {
 +
        width: 100%;
 +
        height: auto;
 +
        margin: 0
 +
    }
 +
 +
    div.thumbinner {
 +
        width: 100% !important
 +
    }
 +
 +
    div.thumbinner img {
 +
        width: 100%;
 +
        height: auto
 +
    }
 +
 +
    #mw_metadata {
 +
        width: 100% !important
 +
    }
 +
 
     #p-namespaces #ca-talk {
 
     #p-namespaces #ca-talk {
         display:none !important
+
         display: none !important
 
     }
 
     }
   Line 148: Line 169:  
}
 
}
   −
@media screen and (max-width: 350px){
+
@media screen and (max-width: 350px) {
 
     #left-navigation #p-namespaces ul li:first-of-type a:first-of-type {
 
     #left-navigation #p-namespaces ul li:first-of-type a:first-of-type {
         display: none !important;
+
         display:none !important
 
     }
 
     }
 
}
 
}
   −
@media screen and (min-width: 351px){
+
@media screen and (min-width: 351px) {
 
     #left-navigation #p-namespaces ul li:first-of-type a:last-of-type {
 
     #left-navigation #p-namespaces ul li:first-of-type a:last-of-type {
         display: none !important;
+
         display:none !important
 
     }
 
     }
 
}
 
}
0

edits