mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-05-23 05:24:41 +00:00
responsivity update
This commit is contained in:
Vendored
+2
-3
@@ -4,9 +4,9 @@
|
||||
|
||||
#viewport {
|
||||
display: flex;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
@include transition(200ms);
|
||||
flex: 1;
|
||||
}
|
||||
|
||||
#application-wrapper {
|
||||
@@ -29,8 +29,6 @@
|
||||
|
||||
#page-content {
|
||||
margin: 0 auto;
|
||||
padding-bottom: 50px;
|
||||
padding-top: 35px;
|
||||
|
||||
&.full-width {
|
||||
max-width: 100%;
|
||||
@@ -245,6 +243,7 @@
|
||||
}
|
||||
|
||||
.table {
|
||||
|
||||
.action-icons {
|
||||
white-space: nowrap;
|
||||
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
.landing-page {
|
||||
overflow-x: hidden;
|
||||
}
|
||||
|
||||
.page-wrapper {
|
||||
position: relative;
|
||||
margin: 0 auto;
|
||||
|
||||
Reference in New Issue
Block a user