We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0861719 + 720d195 commit 27323c9Copy full SHA for 27323c9
apps/files/css/files.scss
@@ -63,6 +63,9 @@
63
64
.app-files #app-content {
65
transition: background-color 0.3s ease;
66
+ // force the width to be the full width to not go bigger than the screen
67
+ // flex will grow for the mobile view if necessary
68
+ width: calc(100% - 300px);
69
}
70
71
.file-drag, .file-drag #filestable tbody tr, .file-drag #filestable tbody tr:hover {
0 commit comments