mirror of https://github.com/vector-im/riot-web
Mark safari hacks
parent
37a8b68539
commit
2bf2a08e7a
|
@ -55,7 +55,7 @@ $tagPanelWidth: 70px; // only applies in this file, used for calculations
|
||||||
|
|
||||||
.mx_LeftPanel2_userHeader {
|
.mx_LeftPanel2_userHeader {
|
||||||
padding: 12px 12px 20px; // 12px top, 12px sides, 20px bottom
|
padding: 12px 12px 20px; // 12px top, 12px sides, 20px bottom
|
||||||
flex-shrink: 0;
|
flex-shrink: 0; // to convince safari's layout engine the flexbox is fine
|
||||||
|
|
||||||
// Create another flexbox column for the rows to stack within
|
// Create another flexbox column for the rows to stack within
|
||||||
display: flex;
|
display: flex;
|
||||||
|
@ -93,7 +93,7 @@ $tagPanelWidth: 70px; // only applies in this file, used for calculations
|
||||||
margin-left: 12px;
|
margin-left: 12px;
|
||||||
margin-right: 12px;
|
margin-right: 12px;
|
||||||
|
|
||||||
flex-shrink: 0;
|
flex-shrink: 0; // to convince safari's layout engine the flexbox is fine
|
||||||
|
|
||||||
// Create a flexbox to organize the inputs
|
// Create a flexbox to organize the inputs
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|
|
@ -24,7 +24,7 @@ limitations under the License.
|
||||||
margin-left: 8px;
|
margin-left: 8px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
||||||
flex-shrink: 0;
|
flex-shrink: 0; // to convince safari's layout engine the flexbox is fine
|
||||||
|
|
||||||
.mx_RoomSublist2_headerContainer {
|
.mx_RoomSublist2_headerContainer {
|
||||||
// Create a flexbox to make alignment easy
|
// Create a flexbox to make alignment easy
|
||||||
|
|
Loading…
Reference in New Issue