Skip to content

Commit

Permalink
Fixed collapse of layout
Browse files Browse the repository at this point in the history
  • Loading branch information
sienori committed Nov 13, 2017
1 parent 47d0c23 commit 077bcd4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
5 changes: 2 additions & 3 deletions Tab-Session-Manager/popup/popup.css
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,7 @@ option {
}

#sessionsArea {
padding: 5px 2px;
margin-top: 5px;
width: 100%;
height: 350px;
overflow-y: auto;

Expand All @@ -71,7 +70,7 @@ option {
.session {
padding: 5px;
padding-bottom: 0px;
margin: 10px 0px;
margin: 10px 5px;
height: auto;
border-radius: 3px;
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
Expand Down
6 changes: 3 additions & 3 deletions Tab-Session-Manager/popup/popup.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@
<div id="setting"></div>
</div>
<div id="main">
<label><input type="radio" id="displayAll" name="display" checked="true"><span id="displayAllLabel">all</span></label>
<label><input type="radio" id="displayUser" name="display"><span id="displayUserLabel">user saved</span></label>
<label><input type="radio" id="displayAuto" name="display"><span id="displayAutoLabel">auto saved</span></label>
<select id="sort">
<option id="newestLabel" value="newest">newest</option>
<option id="oldestLabel" value="oldest">oldest</option>
</select>
<label><input type="radio" id="displayAll" name="display" checked="true"><span id="displayAllLabel">all</span></label>
<label><input type="radio" id="displayUser" name="display"><span id="displayUserLabel">user saved</span></label>
<label><input type="radio" id="displayAuto" name="display"><span id="displayAutoLabel">auto saved</span></label>
<div id="sessionsArea">
</div>
<div id="saveArea">
Expand Down

0 comments on commit 077bcd4

Please sign in to comment.