mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-16 07:22:16 -07:00
small improvements (#4452)
Co-authored-by: Jeremy Letto <jeremy.letto@datasite.com>
This commit is contained in:
parent
a87c66885c
commit
4cb7240f9a
21 changed files with 197 additions and 74 deletions
|
|
@ -1,3 +1,20 @@
|
|||
.KnownHosts {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.KnownHosts-item__label {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.KnownHosts-item__label svg {
|
||||
display: none;
|
||||
position: absolute;
|
||||
left: -.1em;
|
||||
top: 50%;
|
||||
transform: translate(-100%, -50%);
|
||||
font-size: .9em;
|
||||
}
|
||||
|
||||
.Mui-selected .KnownHosts-item__label svg {
|
||||
display: block;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue