new shizzle for nizzle

This commit is contained in:
2025-03-12 23:44:29 +01:00
parent 6b72efe9d0
commit c3663e4c6e
19 changed files with 179 additions and 71 deletions

View File

@@ -23,7 +23,7 @@
<tui-avatar src="{{getInitials()}}"/>
<ng-template #dropdownContent>
<div class="dropdown">
<h3>{{fullName}}</h3>
<h3>{{ fullName }}</h3>
<button
size="m"
tuiButton

View File

@@ -52,11 +52,11 @@ tui-avatar {
margin-bottom: 8px;
}
.t-content{
.t-content {
margin-right: 24px;
}
button{
button {
background: transparent;
border: none;
}