Fix toolbar font
parent
7c106ae614
commit
9b8373bfc6
|
@ -627,6 +627,7 @@
|
|||
}
|
||||
.cp-toolbar-title {
|
||||
color: @cryptpad_text_col;
|
||||
font-family: "IBM Plex Mono"; // XXX using locally, add font to customise.dist/fonts/...
|
||||
flex: 1;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
|
@ -639,7 +640,6 @@
|
|||
.cp-toolbar-title-value {
|
||||
border: 1px solid transparent;
|
||||
padding: 0 5px;
|
||||
font-family: "IBM Plex Mono"; // XXX using locally, add font to customise.dist/fonts/...
|
||||
font-size: 30px;
|
||||
vertical-align: middle;
|
||||
white-space: nowrap;
|
||||
|
@ -1126,6 +1126,7 @@
|
|||
|
||||
.cp-toolbar-spinner {
|
||||
color: @cryptpad_text_col;
|
||||
font-family: "Open Sans";
|
||||
font-size: 14px;
|
||||
padding: 0 8px;
|
||||
height: 20px;
|
||||
|
|
Loading…
Reference in New Issue