mirror of
https://github.com/exogen/t2-mapper.git
synced 2026-03-23 22:29:31 +00:00
use renderer's max anisotropy, dispose of more resources
This commit is contained in:
parent
d31f3506a8
commit
409df9fcaa
68 changed files with 426 additions and 232 deletions
|
|
@ -67,7 +67,6 @@
|
|||
cursor: not-allowed;
|
||||
}
|
||||
|
||||
/* Secondary/ghost variant for less prominent actions (Close, Cancel). */
|
||||
.Secondary {
|
||||
composes: DialogButton;
|
||||
background: transparent;
|
||||
|
|
@ -81,3 +80,23 @@
|
|||
color: rgba(169, 255, 229, 0.8);
|
||||
border: 1px solid rgba(63, 144, 135, 0.9);
|
||||
}
|
||||
|
||||
.Actions {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 10px;
|
||||
}
|
||||
|
||||
@media (max-width: 719px) {
|
||||
.Dialog {
|
||||
max-width: calc(100dvw - 20px);
|
||||
max-height: calc(100dvh - 20px);
|
||||
border-radius: 0;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 639px) {
|
||||
.Overlay {
|
||||
padding: 10px;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue