better mobile css support
This commit is contained in:
@@ -3,9 +3,7 @@
|
||||
div.paginator {
|
||||
display: block;
|
||||
padding: 2em 0 1em 0;
|
||||
font-size: 2em;
|
||||
text-align: center;
|
||||
font-weight: bold;
|
||||
clear: both;
|
||||
|
||||
li {
|
||||
|
||||
3
app/assets/stylesheets/mobile.css.scss
Normal file
3
app/assets/stylesheets/mobile.css.scss
Normal file
@@ -0,0 +1,3 @@
|
||||
/*
|
||||
*= require_tree "./mobile"
|
||||
*/
|
||||
3
app/assets/stylesheets/mobile/paginator.css.scss
Normal file
3
app/assets/stylesheets/mobile/paginator.css.scss
Normal file
@@ -0,0 +1,3 @@
|
||||
div.paginator {
|
||||
font-size: 3em;
|
||||
}
|
||||
15
app/assets/stylesheets/mobile/posts.css.scss
Normal file
15
app/assets/stylesheets/mobile/posts.css.scss
Normal file
@@ -0,0 +1,15 @@
|
||||
a.search-inc-tag {
|
||||
display: none;
|
||||
}
|
||||
|
||||
a.search-exl-tag {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.post-count {
|
||||
display: none;
|
||||
}
|
||||
|
||||
section#mode-box {
|
||||
display: none;
|
||||
}
|
||||
Reference in New Issue
Block a user