mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-05-10 20:35:02 +00:00
Make docs more mobile friendly
This commit is contained in:
parent
7700afda2b
commit
864b57aac1
7 changed files with 62 additions and 20 deletions
|
@ -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;
|
||||
|
||||
|
|
|
@ -28,3 +28,7 @@
|
|||
@apply p-0;
|
||||
}
|
||||
}
|
||||
|
||||
.inline-icon {
|
||||
top: 0.125rem;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue