Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

Rev 5944 | Rev 5964 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 5944 Rev 5949
Línea 120... Línea 120...
120
    }
120
    }
Línea 121... Línea 121...
121
 
121
 
122
    .posts-list {
122
    .posts-list {
123
        display: flex;
123
        display: flex;
124
        flex-direction: column;
124
        flex-direction: column;
125
        gap: 1rem;
125
        gap: .5rem;
126
        max-height: 380px;
126
        max-height: 380px;
127
        overflow: auto;
127
        overflow: auto;
Línea 128... Línea 128...
128
    }
128
    }
129
 
129
 
130
    .post-item {
-
 
131
        display: flex;
130
    .post-item {
132
        flex-direction: column;
-
 
Línea 133... Línea 131...
133
        gap: .5rem;
131
        display: flex;
-
 
132
        gap: .5rem;
134
        scroll-snap-align: center;
133
 
135
 
134
        img {
136
        img {
135
            height: calc(76px - 1rem);
Línea 137... Línea 136...
137
            height: 295px;
136
            max-width: 110px;
138
            object-fit: cover;
137
            object-fit: cover;
139
        }
138
        }
140
 
139
 
141
        h4 {
140
        h4 {
142
            font-weight: 600;
141
            font-weight: 600;
143
            font-size: 1.2rem;
142
            font-size: 1.2rem;
144
            color: $subtitle-color;
143
            color: $subtitle-color;
145
            white-space: nowrap;
144
            white-space: nowrap;
Línea 146... Línea 145...
146
            width: 100%;
145
            width: -webkit-fill-available;
147
            overflow: hidden;
146
            overflow: hidden;
148
            text-overflow: ellipsis;
147
            text-overflow: ellipsis;
-
 
148
        }
-
 
149
 
-
 
150
        span {
-
 
151
            color: $font-color;
-
 
152
            font-size: .8rem;
149
        }
153
        }
Línea 150... Línea 154...
150
 
154
 
151
        span {
155
        .post-info {
152
            color: $font-color;
156
            display: flex;