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;
|
vertical-align: middle;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.imageLink.supporter {
|
||||||
|
display:none;
|
||||||
|
}
|
||||||
|
|
||||||
.btnCurrentUser {
|
.btnCurrentUser {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
@ -282,6 +286,10 @@ form, .readOnlyContent {
|
||||||
display: inline;
|
display: inline;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.imageLink.supporter {
|
||||||
|
display:inline-block;
|
||||||
|
}
|
||||||
|
|
||||||
.header {
|
.header {
|
||||||
padding-left: 30px;
|
padding-left: 30px;
|
||||||
padding-top: 15px;
|
padding-top: 15px;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user