tag-browser: Don't bother showing hint banner in narrow screens
This commit is contained in:
@@ -163,12 +163,14 @@ pre > div{
|
|||||||
opacity: 1;
|
opacity: 1;
|
||||||
margin-inline-end: -13ch;
|
margin-inline-end: -13ch;
|
||||||
}
|
}
|
||||||
|
|
||||||
.banner{
|
.banner{
|
||||||
z-index: 1;
|
display: none;
|
||||||
}
|
}
|
||||||
#site{
|
#site{
|
||||||
background-color: rgb(60,50,70);
|
background-color: rgb(60,50,70);
|
||||||
position: relative;
|
position: relative;
|
||||||
|
border-top: none;
|
||||||
}
|
}
|
||||||
#targets{
|
#targets{
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|||||||
Reference in New Issue
Block a user