Skip to content

Commit

Permalink
! a few mobile adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
Spuds committed Jul 4, 2022
1 parent b713bd3 commit 12be490
Showing 1 changed file with 25 additions and 3 deletions.
28 changes: 25 additions & 3 deletions themes/default/css/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,8 @@ input[type=submit][disabled]:hover, button[disabled], button[disabled]:hover {
padding: 1px 4px 2px 4px;
font-weight: bold;
font-size: .643em;
font-family: verdana, sans-serif;
font-family: verdana, sans-serif !important;
margin: 0 1px;
}

.new_posts:hover {
Expand Down Expand Up @@ -5746,6 +5747,10 @@ a > i {

/* This one does 800 screens at default font size. */
@media screen and (max-width: 50em) {
#gotop, #gobottom {
display: none;
}

.icon-menu {
display: inline-block;
margin: .05em;
Expand Down Expand Up @@ -5865,15 +5870,20 @@ a > i {
}

.board_name {
margin-top: 7px;
margin-top: 5px;
margin-bottom: 5px;
padding: 0;
}

.board_lastpost {
min-width: 14em;
}

.board_lastposter {
display: block;
}

.board_lastpost, .board_latest {
.board_latest {
min-width: 14em;
}

Expand All @@ -5887,6 +5897,10 @@ a > i {
margin: 0 0 0 8px;
}

.icon_anchor {
min-width: initial;
}

/* Playing silly buggers with a sidebar menu option for narrow screens. */
#main_container {
position: relative;
Expand Down Expand Up @@ -5969,6 +5983,14 @@ a > i {
white-space: normal;
}

.ui-tabs .ui-tabs-panel {
padding: 1em 0 !important;
}

.profile_content {
padding: 0 2px;
}

#search_options {
width: 100%;
}
Expand Down

0 comments on commit 12be490

Please sign in to comment.