Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions webui-src/app/home.js
Original file line number Diff line number Diff line change
Expand Up @@ -278,9 +278,10 @@ const Certificate = () => {
m('.certificate', [
m('.certificate__heading', [
m('h1', 'Welcome to Web Interface of Retroshare!'),
'Retroshare is an Open Source Cross-platform,',
m('br'),
'Private and Secure Decentralized Communication Platform.',
m('.info', [
m('h4', 'Retroshare is an Open Source Cross-platform,'),
m('h4', 'Private and Secure Decentralized Communication Platform.'),
]),
]),
m('.certificate__content', [
m('.rsId', [
Expand Down
16 changes: 10 additions & 6 deletions webui-src/app/scss/pages/_home.scss
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,18 @@
.rsId > p {
margin-bottom: 0.5rem;
color: $primary-retro-color;
font-weight: bold;
}
.retroshareID {
padding: 0.25rem;
@include flex($align: center);
justify-self: start;
font-size: 1.25rem;
border-radius: 4px;
background: transparentize($dark-color, 0.95);
padding: .25rem;
display: inline-flex;
padding: 5px 10px;
flex-grow: 1;
align-items: center;
width: 100%;
white-space: nowrap;
font-size: 1.25rem;
border-radius: 4px;
& .textArea {
padding: 0;
width: 100%;
Expand Down
2 changes: 1 addition & 1 deletion webui-src/styles.css

Large diffs are not rendered by default.