Skip to content
This repository has been archived by the owner on Jun 17, 2024. It is now read-only.

Commit

Permalink
feat: update main view style
Browse files Browse the repository at this point in the history
  • Loading branch information
lc-soft committed Sep 8, 2019
1 parent b259bad commit c0a8b23
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion demo/src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ int main(int argc, char **argv)
Logger_SetLevel(LOGGER_LEVEL_ALL);
Widget_Append(root, pack);
Widget_Unwrap(pack);
Widget_SetTitleW(root, L"LCUI.css - A UI component framework for building LCUI application.");
Widget_SetTitleW(root, L"LC Design - A UI component framework for building LCUI application.");
Navigation_Init();
Navbar_Init();
return LCUI_Main();
Expand Down
6 changes: 6 additions & 0 deletions demo/src/scss/demo.scss
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ root {
.navbar-brand {
width: 37.75px;
text-align: center;
font-weight: bold;
border: 1px solid #fff;
border-radius: 5px;
}
.navbar-nav .icon {
font-size: 16px;
Expand Down Expand Up @@ -46,6 +48,10 @@ root {
h1 {
color: #7952b3;
}
.button-container {
margin: -5px -5px 14px -5px;
padding: 5px;
}
}
.demo-sidebar {
height: 100%;
Expand Down

0 comments on commit c0a8b23

Please sign in to comment.