mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-28 11:00:39 +00:00
v1.7 alpha.2
This commit is contained in:
Vendored
+9
@@ -5,6 +5,7 @@
|
||||
#viewport {
|
||||
display: flex;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
@include transition(200ms);
|
||||
flex: 1;
|
||||
}
|
||||
@@ -325,6 +326,10 @@
|
||||
|
||||
#page-content {
|
||||
padding-top: 0;
|
||||
|
||||
&.center-page {
|
||||
padding-top: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -333,6 +338,10 @@
|
||||
top: 30px;
|
||||
}
|
||||
}
|
||||
|
||||
.form-fixed-width {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 690px) {
|
||||
|
||||
Reference in New Issue
Block a user