Merge pull request #35 from Baegus/patch-4
Responsive design for Installed styles
This commit is contained in:
commit
8fbd872a33
17
manage.html
17
manage.html
|
@ -83,6 +83,23 @@
|
||||||
.update-done .check-update {
|
.update-done .check-update {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media(max-width:675px) {
|
||||||
|
#header {
|
||||||
|
height: auto;
|
||||||
|
position: inherit;
|
||||||
|
width: auto;
|
||||||
|
border-right: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
#installed {
|
||||||
|
padding-left: 0px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.enabled, .disabled {
|
||||||
|
margin: 0px;
|
||||||
|
}
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
<script src="localization.js"></script>
|
<script src="localization.js"></script>
|
||||||
<script src="health.js"></script>
|
<script src="health.js"></script>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user