mirror of
https://github.com/calibrain/shelfmark.git
synced 2026-05-19 11:34:53 -04:00
Fix overflow for mobile, add spacing between buttons (#32)
Fix mobile being unable to scroll across to the buttons Retain overflow-hidden when collapsed to hide content Changing of CSS removes extra margin-bottom: rem padding incidentally
This commit is contained in:
@@ -133,6 +133,7 @@ tbody tr:hover {
|
||||
font-size: 1rem;
|
||||
transition: background-color 0.3s ease;
|
||||
width: 100%;
|
||||
margin-bottom: 0.25rem;
|
||||
}
|
||||
|
||||
.details-button:hover {
|
||||
@@ -165,11 +166,11 @@ tbody tr:hover {
|
||||
|
||||
.results-content {
|
||||
transition: max-height 0.3s ease;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.collapsed .results-content {
|
||||
max-height: 0;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
/* Loading Indicator */
|
||||
|
||||
Reference in New Issue
Block a user