浏览代码

TODO: upload files

master
父节点
当前提交
cff6406890
共有 2 个文件被更改,包括 4 次插入2 次删除
  1. 2
    0
      SecureSharing/Views/Home/Link.cshtml
  2. 2
    2
      SecureSharing/wwwroot/css/site.css

+ 2
- 0
SecureSharing/Views/Home/Link.cshtml 查看文件

@@ -70,6 +70,8 @@ else
<div class="label-text link-show">
@Model.MessageModel.Text
</div>
<a class="btn btn-light share-button" asp-controller="Home" asp-action="Index">Share new message securely!</a>
}
}


+ 2
- 2
SecureSharing/wwwroot/css/site.css 查看文件

@@ -170,7 +170,7 @@ body{
align-self: stretch;
flex-grow: 0;
color: #FFFFFF;
font-size: 40px;
font-size: 35px;
}

.share-button:hover {
@@ -196,7 +196,7 @@ body{
align-self: stretch;
flex-grow: 0;
color: #FFFFFF;
font-size: 40px;
font-size: 35px;
}

.input-message {

正在加载...
取消
保存