hide supporte badge on small screen
This commit is contained in:
parent
02bfec8cc7
commit
b362f599d5
|
@ -134,6 +134,10 @@ pre, textarea.pre {
|
|||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.imageLink.supporter {
|
||||
display:none;
|
||||
}
|
||||
|
||||
.btnCurrentUser {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
@ -282,6 +286,10 @@ form, .readOnlyContent {
|
|||
display: inline;
|
||||
}
|
||||
|
||||
.imageLink.supporter {
|
||||
display:inline-block;
|
||||
}
|
||||
|
||||
.header {
|
||||
padding-left: 30px;
|
||||
padding-top: 15px;
|
||||
|
|
Loading…
Reference in New Issue
Block a user