mirror of
https://github.com/anten-ka/gotelegram_pro.git
synced 2026-05-19 19:06:07 +00:00
v2.5.0: make key stats selection explicit
This commit is contained in:
@@ -875,6 +875,25 @@ td small {
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.key-name-button {
|
||||
min-height: auto;
|
||||
padding: 0;
|
||||
border-radius: 0;
|
||||
background: transparent;
|
||||
color: var(--text);
|
||||
box-shadow: none;
|
||||
display: inline-flex;
|
||||
align-items: baseline;
|
||||
gap: 5px;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.key-name-button:hover {
|
||||
color: var(--blue);
|
||||
transform: none;
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
.mini-actions {
|
||||
justify-content: flex-start;
|
||||
flex-wrap: nowrap;
|
||||
|
||||
Reference in New Issue
Block a user