css: remove -ms-flex* properties (#79205)
gitea/gadjo/pipeline/head This commit looks good Details

This commit is contained in:
Thomas Jund 2023-06-29 10:06:52 +02:00
parent 77795ac846
commit 854a3431e7
1 changed files with 0 additions and 4 deletions

View File

@ -422,10 +422,8 @@ div.pk-error {
/* main content */
#main {
display: -ms-flexbox;
display: flex;
@media screen and (max-width: $mobile-limit) {
-ms-flex-direction: column;
flex-direction: column;
}
@media print {
@ -434,7 +432,6 @@ div.pk-error {
}
div#main-content {
-ms-flex: 1 1 auto;
flex: 1 1 auto;
width: 100%;
margin: 1rem;
@ -455,7 +452,6 @@ div#main-content {
}
#sidebar {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 24rem;
box-sizing: border-box;