271121 Visibility Icon

This commit is contained in:
Daisuke
2021-11-27 15:31:52 -06:00
parent b44e9d69ad
commit 8b2355c143
17 changed files with 58 additions and 5 deletions

View File

@ -286,7 +286,9 @@ input[type="submit"] {
content: '';
}
.sensitive::after {
content: '';
}
.post_buttons {
color: #404040;

View File

@ -563,7 +563,7 @@ aside {
border-radius: 3px;
}
.postAge,.public:after,.unlisted:after,.private:after,.direct:after {
.postAge,.public:after,.unlisted:after,.private:after,.direct:after,.sensitive:after {
font-size:12px;
}