mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-17 10:12:40 +00:00
Extra classes were needed for .recent and .save
.save has special styling for the "on" button. .recent has special styling for the dividers between Edited and Viewed
This commit is contained in:
@@ -271,7 +271,8 @@
|
||||
position : relative;
|
||||
box-sizing : border-box;
|
||||
display : block;
|
||||
max-height : ~'calc(100vh - 28px)';
|
||||
max-width : 15em;
|
||||
max-height : ~'calc(100vh - 28px)';
|
||||
padding : 8px 5px 13px;
|
||||
overflow : hidden auto;
|
||||
color : white;
|
||||
|
||||
Reference in New Issue
Block a user