Skip to content
This repository was archived by the owner on Nov 1, 2020. It is now read-only.
Merged
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
15 changes: 15 additions & 0 deletions css/share.css
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,13 @@
right: 17px;
top: 18px;
}
#app #dropdown.shareDropDown .shareWithLoading {
/* The "box-sizing" of "#app" descendants is set to "border-box" in the
* server. To have the same size the padding here has to be set to the
* min-width/min-height plus the padding set for the icon in the default
* "content-box" sizing. */
padding: 19px;
}
#dropdown.shareDropDown .icon-loading-small.hidden {
display: none !important;
}
Expand All @@ -45,6 +52,14 @@
top: 18px;
}

#app #dropdown .shareWithRemoteInfo {
/* The "box-sizing" of "#app" descendants is set to "border-box" in the
* server. To have the same size the padding here has to be set to the
* min-width/min-height plus the padding set for the icon in the default
* "content-box" sizing. */
padding: 19px;
}

#dropdown .avatar {
margin-right: 8px;
display: inline-block;
Expand Down