Skip to content

Commit

Permalink
Update screenshot_detail.css
Browse files Browse the repository at this point in the history
Remove unnecessary margin-bottom from table
  • Loading branch information
meel-hd authored Sep 6, 2024
1 parent 0c69581 commit d7e5013
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions weblate/static/styles/screenshots/screenshot_detail.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,16 @@
* SPDX-License-Identifier: GPL-3.0-or-later
*/

#sources-listing {
margin-bottom: 0px;
}

#sources-listing #strings-table-container {
max-height: 400px;
overflow-y: auto;
}

#sources-listing table,
#search-results table {
margin-bottom: 0;
}

@media (max-width: 767px) {
#sources-listing #strings-table-container {
max-height: 300px;
Expand Down

0 comments on commit d7e5013

Please sign in to comment.