pull/21833/head
Jorik Schellekens 2020-07-08 00:16:24 +01:00
parent 1b89e75a5d
commit 92dec8ddd8
1 changed files with 3 additions and 3 deletions

View File

@ -203,15 +203,15 @@ limitations under the License.
// Update the render() function for RoomSublist2 if these change
// Update the ListLayout class for minVisibleTiles if these change.
//
// At 24px high and 8px padding on the top this equates to 0.65 of
// At 28px high and 8px padding on the top this equates to 0.73 of
// a tile due to how the padding calculations work.
height: 24px;
height: 28px;
padding-top: 8px;
// We force this to the bottom so it will overlap rooms as needed.
// We account for the space it takes up (24px) in the code through padding.
position: absolute;
bottom: 4px; // the height of the resize handle
bottom: 0; // the height of the resize handle
left: 0;
right: 0;