tag-browser: Don't bother showing hint banner in narrow screens
This commit is contained in:
parent
711e1aa840
commit
73f72d8c37
1 changed files with 3 additions and 1 deletions
|
@ -163,12 +163,14 @@ pre > div{
|
|||
opacity: 1;
|
||||
margin-inline-end: -13ch;
|
||||
}
|
||||
|
||||
.banner{
|
||||
z-index: 1;
|
||||
display: none;
|
||||
}
|
||||
#site{
|
||||
background-color: rgb(60,50,70);
|
||||
position: relative;
|
||||
border-top: none;
|
||||
}
|
||||
#targets{
|
||||
position: relative;
|
||||
|
|
Loading…
Reference in a new issue