mirror of https://github.com/vector-im/riot-web
More unused CSS
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>pull/21833/head
parent
d149cead5f
commit
8e456b062a
|
@ -42,7 +42,6 @@ limitations under the License.
|
||||||
.mx_ReplyTile .mx_EventTile_content {
|
.mx_ReplyTile .mx_EventTile_content {
|
||||||
$reply-lines: 2;
|
$reply-lines: 2;
|
||||||
$line-height: $font-22px;
|
$line-height: $font-22px;
|
||||||
$max-height: 66px;
|
|
||||||
|
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
|
|
||||||
|
@ -51,7 +50,6 @@ limitations under the License.
|
||||||
-webkit-box-orient: vertical;
|
-webkit-box-orient: vertical;
|
||||||
-webkit-line-clamp: $reply-lines;
|
-webkit-line-clamp: $reply-lines;
|
||||||
line-height: $line-height;
|
line-height: $line-height;
|
||||||
max-height: $max-height;
|
|
||||||
|
|
||||||
.mx_EventTile_body.mx_EventTile_bigEmoji {
|
.mx_EventTile_body.mx_EventTile_bigEmoji {
|
||||||
line-height: $line-height !important;
|
line-height: $line-height !important;
|
||||||
|
|
Loading…
Reference in New Issue