Stop safari from agressivly shrinking

This commit is contained in:
Jorik Schellekens 2020-07-10 02:15:46 +01:00
parent f9e8487d5a
commit edb556f22e
2 changed files with 5 additions and 0 deletions

View file

@ -55,6 +55,7 @@ $tagPanelWidth: 70px; // only applies in this file, used for calculations
.mx_LeftPanel2_userHeader {
padding: 12px 12px 20px; // 12px top, 12px sides, 20px bottom
flex-shrink: 0;
// Create another flexbox column for the rows to stack within
display: flex;
@ -80,6 +81,8 @@ $tagPanelWidth: 70px; // only applies in this file, used for calculations
margin-left: 12px;
margin-right: 12px;
flex-shrink: 0;
// Create a flexbox to organize the inputs
display: flex;
align-items: center;

View file

@ -24,6 +24,8 @@ limitations under the License.
margin-left: 8px;
width: 100%;
flex-shrink: 0;
.mx_RoomSublist2_headerContainer {
// Create a flexbox to make alignment easy
display: flex;