mirror of
https://github.com/danog/telegram-tt.git
synced 2024-11-26 12:24:46 +01:00
Maximum width message bar
This commit is contained in:
parent
87062b53ad
commit
129c22e990
@ -180,8 +180,8 @@ $color-message-reaction-own-hover: #b5e0a4;
|
||||
--border-radius-default-tiny: 0.375rem;
|
||||
--border-radius-messages: 0.75rem;
|
||||
--border-radius-messages-small: 0.375rem;
|
||||
--messages-container-width: 45.5rem;
|
||||
--right-column-width: 26.5rem;
|
||||
--messages-container-width: 100vw;
|
||||
--right-column-width: 0vw;
|
||||
--header-height: 3.5rem;
|
||||
|
||||
--symbol-menu-width: 26.25rem;
|
||||
@ -189,15 +189,15 @@ $color-message-reaction-own-hover: #b5e0a4;
|
||||
--symbol-menu-footer-height: 3rem;
|
||||
|
||||
@media (min-width: 1276px) and (max-width: 1920px) {
|
||||
--right-column-width: 25vw;
|
||||
--right-column-width: 0vw;
|
||||
}
|
||||
|
||||
@media (min-width: 1921px) {
|
||||
--messages-container-width: 50vw;
|
||||
--messages-container-width: 100vw;
|
||||
}
|
||||
|
||||
@media (max-width: 600px) {
|
||||
--right-column-width: 100vw;
|
||||
--right-column-width: 0vw;
|
||||
--symbol-menu-width: 100vw;
|
||||
--symbol-menu-height: 14.6875rem;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user