Notes-up icon indicating copy to clipboard operation
Notes-up copied to clipboard

Slightly update font styling

Open aljelly opened this issue 7 years ago • 1 comments
trafficstars

This is the same mockup picture from the time/date issue, but whilst I was doing that I used the GDK inspector to edit the font sizes (again, ignore the "Something" entry in the mock up).

Before (what it currently looks like): before 1

After (mockup): krita_edit_concept

  • Writing font changed to size 10
  • Removed ":" from the Notebook name at the bottom (actually, this is for the "x Pages", it doesn't show in Edit mode)
  • CSS used in Introspector:

List Header

.h3.label {
	font-size:1em;
	padding-top:2px;
}

Description label:

.label.dim-label {
	font-size:1em;
	opacity:0.9;
}

Date/time label (see #257):

.label.would-be-datetime-label {
	font-size:0.9em;
	padding-bottom:2px;
	opacity:0.6;
}

Also: currently if a note only has a title (in other words only the first line has text), the empty dim-label is still there and consumes space (creating a gap). You could probably just hide the dim-label when it's empty.

aljelly avatar Mar 15 '18 14:03 aljelly

Hmmm i like it. It would be a good change :) Do you want to be the one who makes the change in code?

Philip-Scott avatar Mar 15 '18 20:03 Philip-Scott