mirror of https://gitee.com/bigwinds/arangodb
scss
This commit is contained in:
parent
0a82f161a5
commit
0edec08ceb
|
@ -1,10 +1,5 @@
|
||||||
// HEIGHTS
|
// HEIGHTS
|
||||||
|
|
||||||
@media (max-height: 490px) {
|
@media (max-height: 490px) {
|
||||||
.social-icons {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#navigationBar {
|
#navigationBar {
|
||||||
overflow: scroll;
|
overflow: scroll;
|
||||||
overflow-x: hidden !important;
|
overflow-x: hidden !important;
|
||||||
|
@ -12,6 +7,12 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-height: 525px) {
|
@media (max-height: 525px) {
|
||||||
|
.social-icons {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
@media (max-height: 560px) {
|
||||||
.navlogo {
|
.navlogo {
|
||||||
.version {
|
.version {
|
||||||
display: none;
|
display: none;
|
||||||
|
|
Loading…
Reference in New Issue