1
0
mirror of https://github.com/chylex/TweetDuck.git synced 2025-04-16 18:15:48 +02:00

Fix comment formatting in notification.css

This commit is contained in:
chylex 2017-11-20 18:01:17 +01:00
parent 1343b9c113
commit 29e541dbef

View File

@ -1,4 +1,6 @@
/***********/
/* General */ /* General */
/***********/
body:before { body:before {
content: none !important; content: none !important;
@ -20,7 +22,9 @@ body {
border-left: 0 !important; border-left: 0 !important;
} }
/*************/
/* Usernames */ /* Usernames */
/*************/
.account-inline .username { .account-inline .username {
vertical-align: 10% !important; vertical-align: 10% !important;
@ -30,7 +34,9 @@ body {
vertical-align: -10% !important; vertical-align: -10% !important;
} }
/*********/
/* Media */ /* Media */
/*********/
.media-size-medium { .media-size-medium {
max-height: 240px; max-height: 240px;
@ -46,7 +52,9 @@ body {
margin-bottom: 0 !important; margin-bottom: 0 !important;
} }
/***************/
/* Skip button */ /* Skip button */
/***************/
#td-skip { #td-skip {
position: fixed; position: fixed;