don't display toolbar "selected" text when the device is small
parent
cb72d8c6c2
commit
1f3d210018
|
@ -473,8 +473,8 @@ header {
|
||||||
z-index: 999;
|
z-index: 999;
|
||||||
padding: 1.7em 0;
|
padding: 1.7em 0;
|
||||||
background-color: #2196f3;
|
background-color: #2196f3;
|
||||||
border-bottom: 1px solid rgba(0, 0, 0, 0.075);
|
border-bottom: 1px solid rgba(0,0,0,0.075);
|
||||||
box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
|
box-shadow: 0 0 5px rgba(0,0,0,0.1);
|
||||||
}
|
}
|
||||||
|
|
||||||
header h1 {
|
header h1 {
|
||||||
|
@ -1186,4 +1186,10 @@ i.spin {
|
||||||
column-count: 1;
|
column-count: 1;
|
||||||
column-gap: 0;
|
column-gap: 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media screen and (max-width: 450px) {
|
||||||
|
#toolbar p {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue