sidebar pluginlist - clear float for vext row with more than 3 sidebars
This commit is contained in:
@ -2643,8 +2643,8 @@ img.mfp-img {
|
||||
|
||||
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
|
||||
/**
|
||||
* Remove all paddings around the image on small screen
|
||||
*/
|
||||
* Remove all paddings around the image on small screen
|
||||
*/
|
||||
.mfp-img-mobile .mfp-image-holder {
|
||||
padding-left: 0;
|
||||
padding-right: 0; }
|
||||
@ -3058,6 +3058,10 @@ img.mfp-img {
|
||||
margin-left: 1%;
|
||||
}
|
||||
|
||||
#pluginlist_sidebar .pluginmanager_side:nth-of-type(4) {
|
||||
clear: left;
|
||||
}
|
||||
|
||||
#meta p {
|
||||
font-size: .875em;
|
||||
padding: .85715em;
|
||||
|
Reference in New Issue
Block a user