mirror of https://gitee.com/bigwinds/arangodb
scss [ci skip]
This commit is contained in:
parent
c04713c563
commit
ddffdf0c69
|
@ -1,3 +1,25 @@
|
|||
// HEIGHTS
|
||||
|
||||
@media (max-height: 490px) {
|
||||
.social-icons {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-height: 525px) {
|
||||
.navlogo {
|
||||
.version {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
.shortcut-icons {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
// WIDTHS
|
||||
|
||||
@media (max-width: 568px) {
|
||||
|
||||
//PAGINATION
|
||||
|
|
Loading…
Reference in New Issue