Rename PostCSS files to .pcss (#9013)
* Rename PostCSS files to `.pcss` * Make Stylelint happy * Delint * Rename new files too * delint * Fix bad comment placement
This commit is contained in:
+1
-1
@@ -35,7 +35,7 @@ limitations under the License.
|
||||
padding-top: 9px; // TODO: Use a spacing variable
|
||||
}
|
||||
|
||||
.mx_EventTile[data-layout=bubble] {
|
||||
.mx_EventTile[data-layout="bubble"] {
|
||||
margin-top: 30px; // TODO: Use a spacing variable
|
||||
}
|
||||
|
||||
+3
-3
@@ -47,7 +47,7 @@ limitations under the License.
|
||||
padding: 10px;
|
||||
pointer-events: none;
|
||||
|
||||
.mx_EventTile[data-layout=bubble] .mx_EventTile_line {
|
||||
.mx_EventTile[data-layout="bubble"] .mx_EventTile_line {
|
||||
padding-right: 11px;
|
||||
}
|
||||
}
|
||||
@@ -76,11 +76,11 @@ limitations under the License.
|
||||
|
||||
.mx_EventTile {
|
||||
margin: 0;
|
||||
&[data-layout=bubble] {
|
||||
&[data-layout="bubble"] {
|
||||
margin-right: 40px;
|
||||
flex-shrink: 1;
|
||||
}
|
||||
&[data-layout=irc] {
|
||||
&[data-layout="irc"] {
|
||||
> a {
|
||||
display: none;
|
||||
}
|
||||
Reference in New Issue
Block a user