Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
X
ximper-shell-notification-center
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Ximper Linux
ximper-shell-notification-center
Commits
4f142f54
Commit
4f142f54
authored
Jul 11, 2022
by
Erik Reider
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed styling notification summary not working correctly. Fixes #143
parent
b455c634
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
4 deletions
+8
-4
notification.ui
src/notification/notification.ui
+0
-4
style.css
src/style.css
+8
-0
No files found.
src/notification/notification.ui
View file @
4f142f54
...
...
@@ -97,10 +97,6 @@
<property
name=
"ellipsize"
>
end
</property>
<property
name=
"max-width-chars"
>
0
</property>
<property
name=
"xalign"
>
0
</property>
<attributes>
<attribute
name=
"weight"
value=
"bold"
/>
<attribute
name=
"size"
value=
"12288"
/>
</attributes>
<style>
<class
name=
"summary"
/>
</style>
...
...
src/style.css
View file @
4f142f54
...
...
@@ -129,17 +129,25 @@
}
.summary
{
font-size
:
16px
;
font-weight
:
bold
;
background
:
transparent
;
color
:
white
;
text-shadow
:
none
;
}
.time
{
font-size
:
16px
;
font-weight
:
bold
;
background
:
transparent
;
color
:
white
;
text-shadow
:
none
;
margin-right
:
18px
;
}
.body
{
font-size
:
15px
;
font-weight
:
normal
;
background
:
transparent
;
color
:
white
;
text-shadow
:
none
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment