mirror of https://github.com/vector-im/riot-web
Conform `_AppsDrawer.pcss` to our naming policy - move styles specific to `mx_AppTileMenuBar` to be nested inside it (#10877)
* Nest: mx_AppTileMenuBar * Run prettierpull/28788/head^2
parent
15ed660975
commit
64733e5982
|
|
@ -198,7 +198,6 @@ limitations under the License.
|
||||||
width: 100%;
|
width: 100%;
|
||||||
padding-top: 3px;
|
padding-top: 3px;
|
||||||
padding-bottom: 6px;
|
padding-bottom: 6px;
|
||||||
}
|
|
||||||
|
|
||||||
.mx_AppTileMenuBar_title {
|
.mx_AppTileMenuBar_title {
|
||||||
line-height: 20px;
|
line-height: 20px;
|
||||||
|
|
@ -272,6 +271,7 @@ limitations under the License.
|
||||||
mask-image: url("$(res)/img/element-icons/room/ellipsis.svg");
|
mask-image: url("$(res)/img/element-icons/room/ellipsis.svg");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.mx_AppTileBody,
|
.mx_AppTileBody,
|
||||||
.mx_AppTileBody_mini {
|
.mx_AppTileBody_mini {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue