Specify default font for consistency between operating systems
On debian for instance, the default font DejaVu Sans is bigger than the default calibri/times on Windows, messing up the layout in some places. The font size in video items was adjusted slightly to accomodate the change to liberation sans for the default.
This commit is contained in:
@@ -11,6 +11,10 @@ address{
|
|||||||
font-style:normal;
|
font-style:normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
html{
|
||||||
|
font-family: "liberation serif", "times new roman", calibri, carlito, serif;
|
||||||
|
}
|
||||||
|
|
||||||
body{
|
body{
|
||||||
margin:0;
|
margin:0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
@@ -168,7 +172,7 @@ body{
|
|||||||
.item{
|
.item{
|
||||||
background-color:var(--interface-color);
|
background-color:var(--interface-color);
|
||||||
text-decoration:none;
|
text-decoration:none;
|
||||||
font-size: 0.75rem;
|
font-size: 0.8125rem;
|
||||||
color: #767676;
|
color: #767676;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -205,7 +209,7 @@ body{
|
|||||||
right: 2px;
|
right: 2px;
|
||||||
opacity: .8;
|
opacity: .8;
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
font-size: 0.75rem;
|
font-size: 0.8125rem;
|
||||||
background-color: #000000;
|
background-color: #000000;
|
||||||
}
|
}
|
||||||
.playlist-item .thumbnail-info{
|
.playlist-item .thumbnail-info{
|
||||||
@@ -218,7 +222,7 @@ body{
|
|||||||
white-space: pre-line;
|
white-space: pre-line;
|
||||||
opacity: .8;
|
opacity: .8;
|
||||||
color: #cfcfcf;
|
color: #cfcfcf;
|
||||||
font-size: 0.75rem;
|
font-size: 0.8125rem;
|
||||||
background-color: #000000;
|
background-color: #000000;
|
||||||
}
|
}
|
||||||
.playlist-item .thumbnail-info span{ /* trick to vertically center the text */
|
.playlist-item .thumbnail-info span{ /* trick to vertically center the text */
|
||||||
|
|||||||
Reference in New Issue
Block a user