1
0
mirror of https://github.com/monstra-cms/monstra.git synced 2025-08-10 15:14:30 +02:00

UI Defect: Filesmanager Index View looks broken on iPhone #321 #320

This commit is contained in:
Awilum
2014-07-26 01:16:13 +04:00
parent 9f5516233d
commit ab471b9555
2 changed files with 10 additions and 2 deletions

View File

@@ -49,4 +49,10 @@
color: #ccc;
cursor: default;
text-decoration: none;
}
@media (max-width: 320px) {
.create-new-dir {
float:left!important;
}
}