Oscar Plaisant 44cacee75b update
2024-03-27 15:59:45 +01:00

35 lines
408 B
CSS

.suggestion-col {
overflow: hidden;
}
#left-col {
flex: 25%;
}
#right-col {
flex: 75%;
}
#suggestion-heading {
padding: 0;
margin: 0;
}
#suggestion-text-preview {
overflow: hidden;
}
#suggestion-thumbnail {
display: block;
margin: auto;
width: 60%;
}
#suggestion-indexing-warning {
color: #ff3333;
}
.bar-element {
margin-left: 3px;
margin-right: 3px;
}