sebawagner commented on a change in pull request #75:
URL: https://github.com/apache/openmeetings/pull/75#discussion_r420376141



##########
File path: openmeetings-web/src/main/webapp/css/raw-tree.css
##########
@@ -24,6 +23,90 @@
 .file-tree .footer .sizes .size {
        padding-left: 5px;
 }
+/* Calc width with default for max level of 7 */
+.file-tree .file.item .name
+       , .file-tree .file.item .name span
+{
+       max-width: calc(var(--room-sidebar-width) - 26px);
+       min-width: 60px;
+}
+.file-tree .tree-subtree .file.item .name

Review comment:
       @solomax can we commit above first? And refactor it in another PR?
   It took me 2 days to work on that. You told me to use css calc. It wasn't my 
idea. I did it. And now you want me to throw it away again? 




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to