3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-05-22 01:05:02 +00:00

Make docs more mobile friendly

This commit is contained in:
Dragory 2020-12-13 22:11:04 +02:00
parent 67f8066fb8
commit fbf6fdb18b
7 changed files with 62 additions and 20 deletions

View file

@ -9,6 +9,12 @@
@import "docs.pcss";
/* Reset some icon default styles for more predictable alignment */
.material-design-icon > .material-design-icon__svg {
position: static;
bottom: 0;
}
body {
overflow-y: scroll;

View file

@ -28,3 +28,7 @@
@apply p-0;
}
}
.inline-icon {
top: 0.125rem;
}