mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-31 21:01:33 +02:00
Merge pull request #18963 from overleaf/mf-new-plans-page-very-small-screen-fix-tab
[web] Fix new plans page tabs overflow on mobile view GitOrigin-RevId: f40efa386b15c921a17c7c046866c7f54aee083e
This commit is contained in:
@@ -95,12 +95,13 @@
|
||||
border: unset;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 12px;
|
||||
color: var(--neutral-70);
|
||||
margin: 0;
|
||||
border-top-right-radius: 8px;
|
||||
border-top-left-radius: 8px;
|
||||
border: 1px solid var(--neutral-20);
|
||||
padding: var(--spacing-05) var(--spacing-08);
|
||||
gap: var(--spacing-04);
|
||||
|
||||
&:focus {
|
||||
background-color: unset;
|
||||
@@ -118,6 +119,13 @@
|
||||
outline: auto 5px -webkit-focus-ring-color;
|
||||
background-color: white;
|
||||
}
|
||||
|
||||
@media (max-width: @screen-xs-max) {
|
||||
font-size: var(--font-size-02);
|
||||
line-height: var(--line-height-02);
|
||||
padding: var(--spacing-05);
|
||||
gap: var(--spacing-02);
|
||||
}
|
||||
}
|
||||
|
||||
&.active {
|
||||
|
||||
Reference in New Issue
Block a user