mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
fix: Adjust some minor styles issues
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
This commit is contained in:
parent
c5baf3d7ef
commit
7b048e0501
2 changed files with 2 additions and 36 deletions
|
|
@ -61,37 +61,4 @@ export default defineComponent({
|
|||
.icon {
|
||||
filter: var(--primary-invert-if-dark);
|
||||
}
|
||||
|
||||
.profile__primary-action-button {
|
||||
font-size: var(--default-font-size);
|
||||
font-weight: bold;
|
||||
width: 188px;
|
||||
height: 44px;
|
||||
padding: 0 16px;
|
||||
line-height: 44px;
|
||||
text-align: center;
|
||||
border-radius: var(--border-radius-pill);
|
||||
color: var(--color-primary-element-text);
|
||||
background-color: var(--color-primary-element);
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
|
||||
.icon {
|
||||
display: inline-block;
|
||||
vertical-align: middle;
|
||||
margin-bottom: 2px;
|
||||
margin-inline-end: 4px;
|
||||
|
||||
&.icon-invert {
|
||||
filter: invert(1);
|
||||
}
|
||||
}
|
||||
|
||||
&:hover,
|
||||
&:focus,
|
||||
&:active {
|
||||
background-color: var(--color-primary-element-light);
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
|
|
|||
|
|
@ -311,9 +311,8 @@ $content-max-width: 640px;
|
|||
align-self: flex-start;
|
||||
padding-top: 20px;
|
||||
min-width: 220px;
|
||||
margin: 0;
|
||||
margin-top: -150px;
|
||||
margin-inline-end: 20px;
|
||||
margin-block: -150px 0;
|
||||
margin-inline: 0 20px;
|
||||
|
||||
// Specificity hack is needed to override Avatar component styles
|
||||
:deep(.avatar.avatardiv) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue