Fix the font in settings and drive
This commit is contained in:
parent
e732284845
commit
a0b14faf89
@ -15,7 +15,6 @@ html.cp, .cp body {
|
|||||||
background-color: @page-white; //@base;
|
background-color: @page-white; //@base;
|
||||||
color: @fore;
|
color: @fore;
|
||||||
|
|
||||||
font-family: Ubuntu,Georgia,Cambria,serif;
|
|
||||||
height: 100%;
|
height: 100%;
|
||||||
}
|
}
|
||||||
.fa {
|
.fa {
|
||||||
|
|||||||
@ -1620,7 +1620,7 @@ define([
|
|||||||
content: Messages.user_rename
|
content: Messages.user_rename
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
if (account) {
|
if (account && parsed && (!parsed.type || parsed.type !== 'profile')) {
|
||||||
options.push({
|
options.push({
|
||||||
tag: 'a',
|
tag: 'a',
|
||||||
attributes: {'class': 'profile'},
|
attributes: {'class': 'profile'},
|
||||||
|
|||||||
@ -164,7 +164,6 @@ span {
|
|||||||
|
|
||||||
|
|
||||||
#tree {
|
#tree {
|
||||||
font-family: Ubuntu,Georgia,Cambria,serif;
|
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
//border-right: 1px solid #ccc;
|
//border-right: 1px solid #ccc;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
|
|||||||
@ -37,6 +37,7 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
#rightSide {
|
#rightSide {
|
||||||
|
flex: 1;
|
||||||
padding: 5px 20px;
|
padding: 5px 20px;
|
||||||
color: @rightside-color;
|
color: @rightside-color;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user