discourse/app/assets/stylesheets/mobile/topic-list.scss

543 lines
9.4 KiB
SCSS

// --------------------------------------------------
// Topic lists
// --------------------------------------------------
// List controls
// --------------------------------------------------
.list-controls {
margin: 10px -3px 5px -3px;
.category-breadcrumb.hidden {
display: none;
}
.container {
display: flex;
flex-wrap: wrap;
align-items: center;
#create-topic {
box-sizing: border-box;
display: flex;
align-self: stretch;
align-items: center;
margin: 0 3px 10px 3px;
order: 10; // always last for consistent placement
}
}
.dropdown-select-box-header {
display: flex;
height: 100%;
}
.navigation-container {
display: flex;
flex-wrap: wrap;
width: 100%;
margin: 5px 0;
button {
margin: 0 3px;
&.select-kit-header {
display: flex;
height: 100%;
flex: 1 1 auto;
}
}
}
.select-kit:not(.is-hidden) {
display: flex;
align-self: stretch;
margin-bottom: 10px;
}
.btn:not(.select-kit-header) {
margin-bottom: 10px;
}
.categories-admin-dropdown,
.tag-notifications-button {
order: 2; // after main nav
}
.category-navigation {
display: flex;
flex-wrap: wrap;
width: 100%;
.edit-category {
.d-icon {
margin: 0;
}
@media screen and (max-width: 374px) {
// Hide edit label on very tiny screens
.d-button-label {
display: none;
}
}
}
}
.nav-pills {
display: flex;
flex: 1 1 auto;
margin: 0 3px 5px 3px;
position: relative;
.navigation-toggle {
flex: 0 1 auto;
margin-bottom: 5px;
}
> li {
margin-right: 0;
font-size: $font-down-1;
border: 1px solid $primary-medium;
}
> li > a {
line-height: $line-height-large;
display: flex;
align-items: center;
.d-icon {
margin-left: 5px;
}
}
.drop {
border: 1px solid $primary-low;
position: absolute;
z-index: z("dropdown") - 1;
background-color: $secondary;
padding: 0 10px 10px 10px;
width: 150px;
top: 100%;
margin: 0;
left: 0; // iOS6 alignment
li {
list-style-type: none;
margin-left: 0;
margin-top: 5px;
padding-top: 10px;
a {
width: 100%;
display: inline-block;
}
}
}
}
}
.list-container .full-width {
margin-left: 0;
}
// Base list
// --------------------------------------------------
.topic-list {
.right {
margin-left: 55px;
}
th,
td {
padding: 7px 0;
max-width: 300px;
}
.main-link {
line-height: $line-height-medium;
position: relative;
z-index: z("base") + 1; // Intentionally overlapping category to create bigger tap target
a.title {
color: $primary;
padding: 0.5em 0 1.2em 0;
}
.topic-statuses {
a {
line-height: 0.8;
color: $primary-medium;
}
}
}
.badge-notification,
.category-topic-link td.num .badge-notification {
position: relative;
display: inline-block;
top: -1px;
font-size: $font-0;
line-height: $line-height-small;
padding: 0.15em 0.4em 0.2em 0.4em;
.d-icon {
color: $secondary;
}
&.new-topic::before {
margin-right: 0;
}
&.new-topic {
padding: 0;
}
}
.category-topic-link td.num .badge-notification {
&.new-posts,
&.unread-posts {
color: dark-light-choose($secondary, $secondary);
}
}
.topic-item-stats {
position: relative;
margin-top: 0.25em;
z-index: z("base");
.category,
.num,
.last-poster {
float: left;
}
.category a {
max-width: 160px;
}
.num .fa,
a,
a:visited {
color: dark-light-choose($primary-medium, $secondary-medium);
}
}
.age {
white-space: nowrap;
a {
// let's make all ages dim on mobile so we're not
// overwhelming people with info about each topic
color: dark-light-choose($primary-low-mid, $secondary-high) !important;
}
}
}
// Category list
// --------------------------------------------------
.categories-list .category-list {
margin-left: -10px;
margin-bottom: 2em;
td {
padding: 12px 5px;
color: dark-light-choose($primary-medium, $secondary-high);
vertical-align: top;
}
th {
padding: 10px 0 0;
}
td:first-of-type {
padding-left: 10px;
}
tbody {
.category {
border-left: 6px solid;
}
}
}
.category-list-item.category {
tr:first-of-type {
border: none;
}
// Allow percentage widths on table cells to include their padding
box-sizing: border-box;
*,
*:before,
*:after {
box-sizing: inherit;
}
.posts {
width: 10%;
vertical-align: top;
}
.age {
margin-left: 5px;
}
}
tr.category-topic-link {
border-bottom: 1px solid $primary-low;
&:last-of-type {
border-bottom: none;
}
}
.category-list-item {
padding: 5px 0 2px;
border-left: 6px solid;
border-top: 1px solid;
h3 {
max-width: 100%;
display: inline-block;
font-size: $font-up-2;
padding: 0 0 0 10px;
.d-icon {
margin-right: 5px;
}
a[href] {
color: $primary;
}
}
.category-name {
max-width: 80vw;
}
.category-topic-link .main-link,
.subcategories-list td,
.category-description td {
padding-left: 10px;
}
.category-topic-link .main-link .age {
font-size: $font-down-1;
}
.category-description td {
padding-top: 0;
padding-bottom: 15px;
}
.subcategories-list td {
padding-top: 15px;
}
.topic-list > tbody > tr {
&:nth-child(odd) {
background-color: $secondary;
}
&:nth-child(even) {
background-color: $secondary;
}
}
th .badge-category {
margin: 0;
}
.category-topic-link {
.num {
white-space: nowrap;
}
.topic-excerpt {
width: 110%;
}
}
.posters {
float: left;
}
> footer {
border-top: 1px solid $primary-low;
padding: 7px 10px;
figure {
float: left;
margin: 3px 7px 0 0;
color: dark-light-choose($primary, $secondary-low);
font-weight: bold;
font-size: $font-down-1;
}
figcaption {
display: inline;
font-weight: normal;
}
.btn {
float: right;
margin-left: 7px;
}
}
}
.category-box {
h3 {
margin: 0 0 0.5em 0;
}
}
.topic-list-bottom {
margin: 20px 0 0 0;
}
// Misc. stuff
// --------------------------------------------------
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
outline: 0;
}
.dropdown {
position: relative;
}
.dropdown-toggle:active,
.open .dropdown-toggle {
outline: 0;
}
.caret {
display: inline-block;
width: 0;
height: 0;
vertical-align: middle;
border-top: 4px solid $primary;
border-right: 4px solid transparent;
border-left: 4px solid transparent;
content: "";
margin-left: 5px;
}
.dropdown-menu {
position: relative;
top: 100%;
left: 0;
z-index: z("dropdown");
display: none;
float: left;
width: 280px;
padding: 4px 0;
list-style: none;
background-color: $secondary;
border: 1px solid dark-light-choose(rgba(0, 0, 0, 0.2), $primary);
border-radius: 5px;
box-shadow: shadow("dropdown");
background-clip: padding-box;
margin: 1px 0 20px;
.title {
font-weight: bold;
display: block;
}
}
.dropdown-menu a {
display: block;
padding: 3px 15px;
clear: both;
font-weight: normal;
line-height: $line-height-medium;
color: $primary;
}
.dropdown-menu li > a:hover,
.dropdown-menu .active > a,
.dropdown-menu .active > a:hover {
color: $tertiary;
text-decoration: none;
background-color: $tertiary-low;
}
.open > .dropdown-menu {
display: block;
clear: both;
}
.fade {
opacity: 0;
transition: opacity linear 0.15s;
}
.fade.in {
opacity: 1;
}
ol.category-breadcrumb {
margin: 0 0 5px 0;
display: flex;
flex-wrap: wrap;
flex: 1 1 100%;
li.select-kit {
flex: 1 1 33%;
margin: 0 3px 5px 3px;
.select-kit-header .selected-name {
max-width: 80vw;
.badge-wrapper {
max-width: 100%;
}
}
}
}
.top-lists {
h2 {
margin-left: 10px;
}
.topic-list {
padding-bottom: 10px;
}
.btn-default.pull-right {
margin-right: 10px;
}
}
.tags-admin-menu {
display: none;
}
.staff.tags-page #create-topic {
clear: right;
}
.topic-list-bottom h3 {
clear: both;
padding-top: 10px;
}
.category-logo.aspect-image {
display: block;
margin: 8px 0;
img {
width: auto;
max-width: 100%;
max-height: 150px;
}
}
@supports (--custom: property) {
.category-logo.aspect-image {
--max-height: 150px;
max-height: var(--max-height);
width: calc(var(--max-height) * var(--aspect-ratio));
max-width: 100%;
height: auto;
img {
width: 100%;
height: inherit;
max-width: initial;
max-height: initial;
}
}
}
button.dismiss-read {
margin-right: 10px;
}
// base defines extra padding for easier click/top of title field
// this is a bit too much for mobile
td .main-link {
width: 78%;
display: inline-block;
a.title {
padding: 5px 10px 5px 0;
word-wrap: break-word;
}
}
.topic-list {
.posts-map {
font-size: $font-up-1;
}
// so the topic excerpt is full width
// as the containing div is 80%
.topic-excerpt {
padding-right: 0;
width: 120%;
}
}
.category-list.with-topics .category-list-item .category-description {
display: none;
}