Added webkit inspector to menu
This commit is contained in:
parent
3d1768540d
commit
f3bb2efbc0
5 changed files with 53 additions and 13 deletions
|
@ -42,6 +42,23 @@ a {
|
|||
border-radius: 8px;
|
||||
}
|
||||
|
||||
#sidebar .unread_mentions {
|
||||
color: white;
|
||||
background: red;
|
||||
border: 2px solid white;
|
||||
border-radius: 1em;
|
||||
box-shadow: 0 0 1em black;
|
||||
padding: 0 0.3em;
|
||||
position: absolute;
|
||||
top: 100px;
|
||||
right: 10px;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
#sidebar .unread_mentions:empty {
|
||||
/*display: none;*/
|
||||
}
|
||||
|
||||
#content {
|
||||
margin-left: 62px;
|
||||
}
|
||||
|
|
Reference in a new issue