make settings icon texton desktop and icon on mobile

merge-requests/208/head
fatchan 5 years ago
parent b9dc8994c3
commit 50a969dfc1
  1. 17
      gulp/res/css/style.css
  2. 2
      views/includes/navbar.pug

@ -94,9 +94,6 @@ pre {
max-width: max-content;
max-width: -moz-max-content;
}
.text-center {
text-align: center;
}
.fw {
width: 100%;
}
@ -152,6 +149,9 @@ pre {
#settings {
cursor: pointer;
}
#settings::after {
content: "Settings"
}
.statwrap {
display: flex;
@ -403,8 +403,7 @@ td, th {
width: .75em;
background-color: orange;
border-radius: 50%;
animation: pulsate 2s ease;
animation-iteration-count: infinite;
animation: pulsate 2s ease infinite;
display: inline-block;
}
@ -948,6 +947,11 @@ table, .boardtable {
max-width: 100%;
}
.text-center {
text-align: center;
}
@media only screen and (max-height: 400px) {
#postform:target {
display: flex;
@ -958,6 +962,9 @@ table, .boardtable {
@media only screen and (max-width: 600px) {
#settings::after {
content: "\2699"!important;
}
[title] {
position:relative
}

@ -5,4 +5,4 @@ nav.navbar#top
a.nav-item(href='/account.html') Account
if board
a.nav-item(href=`/${board._id}/manage/reports.html`) Manage
a.jsonly.nav-item.right#settings ⚙
a.jsonly.nav-item.right#settings

Loading…
Cancel
Save