mirror of
https://github.com/amiaopensource/ffmprovisr.git
synced 2024-11-06 13:37:24 +01:00
fix sizing/wordbreak malfunction in firefox
This commit is contained in:
parent
5cb449afcc
commit
09e637e6c4
12
css/css.css
12
css/css.css
@ -5,7 +5,6 @@ html, body {
|
|||||||
background-color: #060606;
|
background-color: #060606;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
word-break: break-word;
|
word-break: break-word;
|
||||||
word-break: break-all;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.grid {
|
.grid {
|
||||||
@ -27,6 +26,10 @@ html, body {
|
|||||||
grid-area: content;
|
grid-area: content;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.content p {
|
||||||
|
word-break: break-all;
|
||||||
|
}
|
||||||
|
|
||||||
.sidebar {
|
.sidebar {
|
||||||
grid-area: sidebar;
|
grid-area: sidebar;
|
||||||
}
|
}
|
||||||
@ -160,6 +163,13 @@ div {
|
|||||||
transition: all .5s ease-out;
|
transition: all .5s ease-out;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.contents-list {
|
||||||
|
font-size: 0.9em;
|
||||||
|
}
|
||||||
|
|
||||||
|
nav .heading {
|
||||||
|
word-break: normal;
|
||||||
|
}
|
||||||
.recipe {
|
.recipe {
|
||||||
display: block;
|
display: block;
|
||||||
width: 90%;
|
width: 90%;
|
||||||
|
Loading…
Reference in New Issue
Block a user