mirror of
https://github.com/chylex/TweetDuck.git
synced 2025-04-29 11:34:13 +02:00
Fix comment formatting in notification.css
This commit is contained in:
parent
1343b9c113
commit
29e541dbef
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user