mirror of
https://github.com/fromchat-messenger/web.git
synced 2026-09-22 19:15:08 +03:00
Replace with Material lists
This commit is contained in:
@@ -92,35 +92,17 @@
|
||||
}
|
||||
|
||||
.chat-tabs {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 10px;
|
||||
margin-top: 5px;
|
||||
width: 100%;
|
||||
--mdui-color-surface: $color-dark-surface-container;
|
||||
--mdui-color-surface-variant: transparent;
|
||||
|
||||
a {
|
||||
display: flex;
|
||||
text-decoration: none;
|
||||
padding: 10px;
|
||||
border: solid 3px $color-dark-surface;
|
||||
box-shadow: 0px 3px 0px black 0.9;
|
||||
margin-left: 20px;
|
||||
margin-right: 20px;
|
||||
background-color: $color-dark-on-surface-variant;
|
||||
color: $color-dark-shadow;
|
||||
font-weight: 20px;
|
||||
border-radius: 20px;
|
||||
align-items: center;
|
||||
|
||||
img {
|
||||
width: 45px;
|
||||
height: 45px;
|
||||
border-radius: 20%;
|
||||
object-fit: cover;
|
||||
margin-right: 1rem;
|
||||
}
|
||||
img {
|
||||
width: 45px;
|
||||
height: 45px;
|
||||
border-radius: 20%;
|
||||
object-fit: cover;
|
||||
margin-right: 1rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user