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



##########
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:
       Users are tend to ignore "exclamation mark" button, but it need to 
visible
   I'm afraid it can be hidden if there are some levels of nesting and 
min-width will play
   
   I guess it is partially visible on your "Resized to min" screen-shot
   
   The only real concern having these CSS rules is: it will be not easy to 
maintain :(




----------------------------------------------------------------
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