这是indexloc提供的服务,不要输入任何密码
Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions app/styles/base/_shame.scss
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,6 @@ body {
width: 100%;
}

// Somewhat improves visual quality of circle outlines in header
// For non-retina displays
.site-search__input,
.notifications {
transform: rotate(0.01deg);
}

// Need to find the cause of horizontal scroll on mobile devices
@media (max-width: 554px) {
.global-container {
Expand Down
2 changes: 1 addition & 1 deletion app/styles/pages/_groups.scss
Original file line number Diff line number Diff line change
Expand Up @@ -701,7 +701,7 @@ $primary: #00cc99;
display: block;
margin: 5px;
padding: 0;
height: 140px;
min-height: 140px;
border: 1px solid $divider-color;
color: shade($primary, 70);
border-radius: 5px;
Expand Down
2 changes: 1 addition & 1 deletion app/styles/pages/_library.scss
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,7 @@
}
}
.edit-entry {
width: 80px;
width: 83px;
text-align: center;
line-height: 35px;
}
Expand Down