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;
|
||||
margin: 0;
|
||||
word-break: break-word;
|
||||
word-break: break-all;
|
||||
}
|
||||
|
||||
.grid {
|
||||
@ -27,6 +26,10 @@ html, body {
|
||||
grid-area: content;
|
||||
}
|
||||
|
||||
.content p {
|
||||
word-break: break-all;
|
||||
}
|
||||
|
||||
.sidebar {
|
||||
grid-area: sidebar;
|
||||
}
|
||||
@ -160,6 +163,13 @@ div {
|
||||
transition: all .5s ease-out;
|
||||
}
|
||||
|
||||
.contents-list {
|
||||
font-size: 0.9em;
|
||||
}
|
||||
|
||||
nav .heading {
|
||||
word-break: normal;
|
||||
}
|
||||
.recipe {
|
||||
display: block;
|
||||
width: 90%;
|
||||
|
Loading…
Reference in New Issue
Block a user