mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-09 20:21:16 -03:00
Remove optimizeLegibility and display:inline-block
Fixes fish-shell/fish-site/issues/34. These make the inline commands illegible on Android Chrome: respectively, overlapped with other text, and smaller than the body text.
This commit is contained in:
@@ -9,7 +9,6 @@ html, body {
|
||||
color: #111;
|
||||
}
|
||||
body {
|
||||
text-rendering: optimizeLegibility;
|
||||
overflow: hidden;
|
||||
}
|
||||
.logo {
|
||||
@@ -96,9 +95,6 @@ a { color: #3d5cb3; }
|
||||
.fish_right_bar ul li {
|
||||
margin-bottom: 0.6rem;
|
||||
}
|
||||
.fish_right_bar p > code {
|
||||
display: inline-block;
|
||||
}
|
||||
/* Typography */
|
||||
p { margin: 1rem 0; }
|
||||
h1, h2, h3, h4, h5, h6 {
|
||||
@@ -271,5 +267,3 @@ tt, code, pre, .fish {
|
||||
position: absolute;
|
||||
left: -2rem;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user