既知の問題の修正、アイコンの最適化など

This commit is contained in:
Rintan 2019-05-10 19:13:45 +09:00
parent aed49e7e30
commit 3e510158c1
2 changed files with 12 additions and 2 deletions

View File

@ -54,6 +54,7 @@
.fa-thumbs-o-up,
.fa-thumbs-o-down {
font-family: "Material Icons";
font-size: 20px;
}
.fa-th::before { content: "apps" }
@ -61,7 +62,7 @@
.fa-stack-exchange::before { content: "view_headline" }
.fa-user-circle::before { content: "account_circle" }
.fa-address-book::before { content: "contacts" }
.fa-street-view::before { content: "" }
.fa-street-view::before { content: "group_work" }
.fa-bell::before { content: "notifications" }
.fa-cog::before, .fa-gear::before { content: "settings" }
.fa-search::before { content: "search" }

View File

@ -2288,6 +2288,15 @@ nav .navbar-nav > .text-truncate {
}
.p-2 {
padding: 16px !important;
padding: 12px 16px !important;
}
.btn-outline-secondary {
border-color: #ffffff00;
}
#jot-text-wrap {
background-color: #ffffff;
box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
padding: 4px;
}