File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -704,7 +704,8 @@ a.action > img {
704704.summary {
705705 color : var (--color-text-maxcontrast );
706706 /* add whitespace to bottom of files list to correctly show dropdowns */
707- height : 250px ;
707+ $action-menu-items-count : 7 ; // list view has currently max 7 items in its action menu
708+ height : 44px * ($action-menu-items-count + 0.5 ); // 0.5 is added to show some whitespace below
708709}
709710#filestable .filesummary {
710711 width : 100% ;
@@ -1112,6 +1113,8 @@ table.dragshadow td.size {
11121113 .summary :not (.hidden ) {
11131114 display : inline-block ;
11141115 margin : 0 auto ;
1116+ $action-menu-items-count : 9 ; // grid view has currently max 9 items in its action menu
1117+ height : 44px * ($action-menu-items-count + 0.5 )); // // 0.5 is added to show some whitespace below
11151118
11161119 td {
11171120 padding-top : 50px ;
You can’t perform that action at this time.
0 commit comments