Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 5943 Rev 5944
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: 1rem;
126
        max-height: 4000px;
126
        max-height: 380px;
127
        overflow: auto;
127
        overflow: auto;
Línea 128... Línea 128...
128
    }
128
    }
129
 
129
 
130
    .post-item {
130
    .post-item {
131
        display: flex;
131
        display: flex;
-
 
132
        flex-direction: column;
Línea 132... Línea 133...
132
        flex-direction: column;
133
        gap: .5rem;
133
        gap: .5rem;
134
        scroll-snap-align: center;
134
 
135
 
135
        img {
136
        img {
Línea 136... Línea 137...
136
            height: 295px;
137
            height: 295px;
137
            object-fit: cover;
138
            object-fit: cover;
138
        }
139
        }
139
 
140
 
-
 
141
        h4 {
-
 
142
            font-weight: 600;
-
 
143
            font-size: 1.2rem;
-
 
144
            color: $subtitle-color;
140
        h4 {
145
            white-space: nowrap;
Línea 141... Línea 146...
141
            font-weight: 600;
146
            width: 100%;
142
            font-size: 1.2rem;
147
            overflow: hidden;
143
            color: $subtitle-color;
148
            text-overflow: ellipsis;